#664C26

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

Shades of Cafe Royale #664C26

Tints of Cafe Royale #664C26

Color information

#664C26 (or 0x664C26) is unknown color: approx Cafe Royale. HEX triplet: 66, 4C and 26. RGB value is (102,76,38). Sum of RGB (Red+Green+Blue) = 102+76+38=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C26 is #99B3D9. Grayscale: #4F4F4F. Windows color (decimal): -10073050 or 2509926. OLE color: 2509926.

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

Color convert

RGB1027638-
CMYK00.250.630.6
HSL35.63º45.71%27.45%-
HSV(B)35.63º62.75%40%-
XYZ8.418.132.96-
YUV79.44104.61144.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=47.22%
G=35.19%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102763800.250.630.635.6345.7127.45
Hex664C260193F3C242e1b
Octal146114460317774445633
Binary1100110100110010011001100111111111110010010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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