#664C23

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

Shades of Cafe Royale #664C23

Tints of Cafe Royale #664C23

Color information

#664C23 (or 0x664C23) is unknown color: approx Cafe Royale. HEX triplet: 66, 4C and 23. RGB value is (102,76,35). Sum of RGB (Red+Green+Blue) = 102+76+35=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #664C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C23 is #99B3DC. Grayscale: #4F4F4F. Windows color (decimal): -10073053 or 2313318. OLE color: 2313318.

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

Color convert

RGB1027635-
CMYK00.250.660.6
HSL36.72º48.91%26.86%-
HSV(B)36.72º65.69%40%-
XYZ8.378.122.72-
YUV79.1103.11144.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=47.89%
G=35.68%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102763500.250.660.636.7248.9126.86
Hex664C23019423C25311b
Octal1461144303110274456133
Binary11001101001100100011011001100001011110010010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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