Html Css Color HEX #663235 Jazz

📋 copy color: '#663235'

red 102 ◦ green 50 ◦ blue 53

#663235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #663235

Tints of Jazz #663235

RGB

 RED value IS 102 (40.23% from 255) = 49.76%

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 49.76%
G = 24.39%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#663235 (or 0x663235) is known color: Jazz. HEX triplet: 66, 32 and 35. RGB value is (102,50,53). Sum of RGB (Red+Green+Blue) = 102+50+53=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663235 is #99CDCA. Grayscale: #414141. Windows color (decimal): -10079691 or 3486310. OLE color: 3486310.

HSL color Cylindrical-coordinate representation of color #663235: hue angle of 356.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663235 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 53 -
CMYK 0 0.51 0.48 0.6
HSL 356.54º 0.34% 0.3% -
HSV(B) 356.54º 0.51% 0.4% -
XYZ 7.26 5.36 4.02 -
YUV 65.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 102 50 53 0 0.51 0.48 0.6 356.54 0.34 0.3
Hex 66 32 35 0 33 30 3C 165 22 1E
Octal 146 62 65 0 63 60 74 545 42 36
Binary 1100110 110010 110101 0 110011 110000 111100 101100101 100010 11110

Color Harmonies of #663235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663235

Black with #663235

Text Example


Text Example

White with #663235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663235; }

 p { color: rgb(102,50,53); }

 H1.HeaderClassName
 {
   color: #663235;
 }
 .AnyTagClassName
 {
   color: #663235;
 }
</style>

background-color css

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

 a { background-color: rgb(102,50,53); }

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

border-color css

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

 span { border-color: rgb(102,50,53); }

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