#664D24

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

Shades of Cafe Royale #664D24

Tints of Cafe Royale #664D24

Color information

#664D24 (or 0x664D24) is unknown color: approx Cafe Royale. HEX triplet: 66, 4D and 24. RGB value is (102,77,36). Sum of RGB (Red+Green+Blue) = 102+77+36=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #664D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D24 is #99B2DB. Grayscale: #4F4F4F. Windows color (decimal): -10072796 or 2379110. OLE color: 2379110.

HSL color Cylindrical-coordinate representation of color #664D24: hue angle of 37.27º 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 #664D24 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1027736-
CMYK00.250.650.6
HSL37.27º47.83%27.06%-
HSV(B)37.27º64.71%40%-
XYZ8.458.262.82-
YUV79.8103.28143.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=47.44%
G=35.81%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102773600.250.650.637.2747.8327.06
Hex664D24019413C25301b
Octal1461154403110174456033
Binary11001101001101100100011001100000111110010010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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