#664828

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

Shades of Cafe Royale #664828

Tints of Cafe Royale #664828

Color information

#664828 (or 0x664828) is unknown color: approx Cafe Royale. HEX triplet: 66, 48 and 28. RGB value is (102,72,40). Sum of RGB (Red+Green+Blue) = 102+72+40=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #664828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664828 is #99B7D7. Grayscale: #4D4D4D. Windows color (decimal): -10074072 or 2639974. OLE color: 2639974.

HSL color Cylindrical-coordinate representation of color #664828: hue angle of 30.97º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664828 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1027240-
CMYK00.290.610.6
HSL30.97º43.66%27.84%-
HSV(B)30.97º60.78%40%-
XYZ8.187.613.05-
YUV77.32106.94145.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=47.66%
G=33.64%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102724000.290.610.630.9743.6627.84
Hex66482801D3D3C1f2c1c
Octal146110500357574375434
Binary110011010010001010000111011111011111001111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664828; }

 p { color: rgb(102,72,40); }

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

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

 a { background-color: rgb(102,72,40); }

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

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

 span { border-color: rgb(102,72,40); }

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