#673335

Color #673335 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #673335

Tints of Jazz #673335

Color information

#673335 (or 0x673335) is unknown color: approx Jazz. HEX triplet: 67, 33 and 35. RGB value is (103,51,53). Sum of RGB (Red+Green+Blue) = 103+51+53=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #673335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673335 is #98CCCA. Grayscale: #424242. Windows color (decimal): -10013899 or 3486567. OLE color: 3486567.

HSL color Cylindrical-coordinate representation of color #673335: hue angle of 357.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673335 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1035153-
CMYK00.500.490.60
HSL357.69º33.77%30.2%-
HSV(B)357.69º50.49%40.39%-
XYZ7.425.514.04-
YUV66.78120.23153.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=49.76%
G=24.64%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103515300.500.490.60357.6933.7730.2
Hex673335032313C166221e
Octal147636506261745464236
Binary1100111110011110101011001011000111110010110011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673335; }

 p { color: rgb(103,51,53); }

 H1.HeaderClassName
 {
   color: #673335;
 }
 .AnyTagClassName
 {
   color: #673335;
 }
</style>
background-color css

<style>
 a { background-color: #673335; }

 a { background-color: rgb(103,51,53); }

 div.DivClassName
 {
   background-color: #673335;
 }
 .BgClassName
 {
   background-color: #673335;
 }
</style>
border-color css

<style>
 span { border-color: #673335; }

 span { border-color: rgb(103,51,53); }

 td.TdClassName
 {
   border-color: #673335;
 }
 .TagClassName
 {
   border-color: #673335;
 }
</style>