#664B27

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

Shades of Cafe Royale #664B27

Tints of Cafe Royale #664B27

Color information

#664B27 (or 0x664B27) is unknown color: approx Cafe Royale. HEX triplet: 66, 4B and 27. RGB value is (102,75,39). Sum of RGB (Red+Green+Blue) = 102+75+39=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B27 is #99B4D8. Grayscale: #4F4F4F. Windows color (decimal): -10073305 or 2575206. OLE color: 2575206.

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

Color convert

RGB1027539-
CMYK00.260.620.6
HSL34.29º44.68%27.65%-
HSV(B)34.29º61.76%40%-
XYZ8.3683.02-
YUV78.97105.45144.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=47.22%
G=34.72%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102753900.260.620.634.2944.6827.65
Hex664B2701A3E3C222d1c
Octal146113470327674425534
Binary1100110100101110011101101011111011110010001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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