#664926

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

Shades of Cafe Royale #664926

Tints of Cafe Royale #664926

Color information

#664926 (or 0x664926) is unknown color: approx Cafe Royale. HEX triplet: 66, 49 and 26. RGB value is (102,73,38). Sum of RGB (Red+Green+Blue) = 102+73+38=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #664926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664926 is #99B6D9. Grayscale: #4D4D4D. Windows color (decimal): -10073818 or 2509158. OLE color: 2509158.

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

Color convert

RGB1027338-
CMYK00.280.630.6
HSL32.81º45.71%27.45%-
HSV(B)32.81º62.75%40%-
XYZ8.217.732.89-
YUV77.68105.61145.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=47.89%
G=34.27%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102733800.280.630.632.8145.7127.45
Hex66492601C3F3C212e1b
Octal146111460347774415633
Binary1100110100100110011001110011111111110010000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664926; }

 p { color: rgb(102,73,38); }

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

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

 a { background-color: rgb(102,73,38); }

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

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

 span { border-color: rgb(102,73,38); }

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