#664627

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

Shades of Cafe Royale #664627

Tints of Cafe Royale #664627

Color information

#664627 (or 0x664627) is unknown color: approx Cafe Royale. HEX triplet: 66, 46 and 27. RGB value is (102,70,39). Sum of RGB (Red+Green+Blue) = 102+70+39=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #664627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664627 is #99B9D8. Grayscale: #4C4C4C. Windows color (decimal): -10074585 or 2573926. OLE color: 2573926.

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

Color convert

RGB1027039-
CMYK00.310.620.6
HSL29.52º44.68%27.65%-
HSV(B)29.52º61.76%40%-
XYZ8.047.352.91-
YUV76.03107.1146.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=48.34%
G=33.18%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102703900.310.620.629.5244.6827.65
Hex66462701F3E3C1e2d1c
Octal146106470377674365534
Binary110011010001101001110111111111101111001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664627; }

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

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

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

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

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

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

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

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