#664C27

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

Shades of Cafe Royale #664C27

Tints of Cafe Royale #664C27

Color information

#664C27 (or 0x664C27) is unknown color: approx Cafe Royale. HEX triplet: 66, 4C and 27. RGB value is (102,76,39). Sum of RGB (Red+Green+Blue) = 102+76+39=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #664C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C27 is #99B3D8. Grayscale: #4F4F4F. Windows color (decimal): -10073049 or 2575462. OLE color: 2575462.

HSL color Cylindrical-coordinate representation of color #664C27: hue angle of 35.24º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664C27 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB1027639-
CMYK00.250.620.6
HSL35.24º44.68%27.65%-
HSV(B)35.24º61.76%40%-
XYZ8.438.143.05-
YUV79.56105.11144.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=47.00%
G=35.02%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102763900.250.620.635.2444.6827.65
Hex664C270193E3C232d1c
Octal146114470317674435534
Binary1100110100110010011101100111111011110010001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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