#664A24

Color #664A24 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #664A24

Tints of Cafe Royale #664A24

Color information

#664A24 (or 0x664A24) is unknown color: approx Cafe Royale. HEX triplet: 66, 4A and 24. RGB value is (102,74,36). Sum of RGB (Red+Green+Blue) = 102+74+36=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #664A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A24 is #99B5DB. Grayscale: #4E4E4E. Windows color (decimal): -10073564 or 2378342. OLE color: 2378342.

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

Color convert

RGB1027436-
CMYK00.270.650.6
HSL34.55º47.83%27.06%-
HSV(B)34.55º64.71%40%-
XYZ8.257.852.75-
YUV78.04104.28145.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=48.11%
G=34.91%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102743600.270.650.634.5547.8327.06
Hex664A2401B413C23301b
Octal1461124403310174436033
Binary11001101001010100100011011100000111110010001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A24; }

 p { color: rgb(102,74,36); }

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

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

 a { background-color: rgb(102,74,36); }

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

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

 span { border-color: rgb(102,74,36); }

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