#664B22

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

Shades of Cafe Royale #664B22

Tints of Cafe Royale #664B22

Color information

#664B22 (or 0x664B22) is unknown color: approx Cafe Royale. HEX triplet: 66, 4B and 22. RGB value is (102,75,34). Sum of RGB (Red+Green+Blue) = 102+75+34=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #664B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B22 is #99B4DD. Grayscale: #4E4E4E. Windows color (decimal): -10073310 or 2247526. OLE color: 2247526.

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

Color convert

RGB1027534-
CMYK00.260.670.6
HSL36.18º50%26.67%-
HSV(B)36.18º66.67%40%-
XYZ8.287.972.62-
YUV78.4102.95144.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=48.34%
G=35.55%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102753400.260.670.636.185026.67
Hex664B2201A433C24321b
Octal1461134203210374446233
Binary11001101001011100010011010100001111110010010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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