#664D22

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

Shades of Cafe Royale #664D22

Tints of Cafe Royale #664D22

Color information

#664D22 (or 0x664D22) is unknown color: approx Cafe Royale. HEX triplet: 66, 4D and 22. RGB value is (102,77,34). Sum of RGB (Red+Green+Blue) = 102+77+34=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #664D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D22 is #99B2DD. Grayscale: #4F4F4F. Windows color (decimal): -10072798 or 2248038. OLE color: 2248038.

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

Color convert

RGB1027734-
CMYK00.250.670.6
HSL37.94º50%26.67%-
HSV(B)37.94º66.67%40%-
XYZ8.428.252.66-
YUV79.57102.28144-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=47.89%
G=36.15%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102773400.250.670.637.945026.67
Hex664D22019433C26321b
Octal1461154203110374466233
Binary11001101001101100010011001100001111110010011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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