Html Css Color HEX #663536 Jazz

📋 copy color: '#663536'

red 102 ◦ green 53 ◦ blue 54

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

Shades of Jazz #663536

Tints of Jazz #663536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 54 (21.48% from 255) = 25.84%

R = 48.8%
G = 25.36%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#663536 (or 0x663536) is known color: Jazz. HEX triplet: 66, 35 and 36. RGB value is (102,53,54). Sum of RGB (Red+Green+Blue) = 102+53+54=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663536 is #99CAC9. Grayscale: #434343. Windows color (decimal): -10078922 or 3552614. OLE color: 3552614.

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

Color convert

RGB 102 53 54 -
CMYK 0 0.48 0.47 0.6
HSL 358.78º 0.32% 0.3% -
HSV(B) 358.78º 0.48% 0.4% -
XYZ 7.42 5.64 4.19 -
YUV 67.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 102 53 54 0 0.48 0.47 0.6 358.78 0.32 0.3
Hex 66 35 36 0 30 2F 3C 167 20 1E
Octal 146 65 66 0 60 57 74 547 40 36
Binary 1100110 110101 110110 0 110000 101111 111100 101100111 100000 11110

Color Harmonies of #663536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663536

Black with #663536

Text Example


Text Example

White with #663536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663536; }

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

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

background-color css

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

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

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

border-color css

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

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

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