#664D23

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

Shades of Cafe Royale #664D23

Tints of Cafe Royale #664D23

Color information

#664D23 (or 0x664D23) is unknown color: approx Cafe Royale. HEX triplet: 66, 4D and 23. RGB value is (102,77,35). Sum of RGB (Red+Green+Blue) = 102+77+35=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #664D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D23 is #99B2DC. Grayscale: #4F4F4F. Windows color (decimal): -10072797 or 2313574. OLE color: 2313574.

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

Color convert

RGB1027735-
CMYK00.250.660.6
HSL37.61º48.91%26.86%-
HSV(B)37.61º65.69%40%-
XYZ8.448.252.74-
YUV79.69102.78143.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=47.66%
G=35.98%
B=16.36%

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
Decimal102773500.250.660.637.6148.9126.86
Hex664D23019423C26311b
Octal1461154303110274466133
Binary11001101001101100011011001100001011110010011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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