#664829

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

Shades of Cafe Royale #664829

Tints of Cafe Royale #664829

Color information

#664829 (or 0x664829) is unknown color: approx Cafe Royale. HEX triplet: 66, 48 and 29. RGB value is (102,72,41). Sum of RGB (Red+Green+Blue) = 102+72+41=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #664829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664829 is #99B7D6. Grayscale: #4D4D4D. Windows color (decimal): -10074071 or 2705510. OLE color: 2705510.

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

Color convert

RGB1027241-
CMYK00.290.600.6
HSL30.49º42.66%28.04%-
HSV(B)30.49º59.8%40%-
XYZ8.27.623.14-
YUV77.44107.44145.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=47.44%
G=33.49%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102724100.290.600.630.4942.6628.04
Hex66482901D3C3C1e2b1c
Octal146110510357474365334
Binary110011010010001010010111011111001111001111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664829; }

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

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

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

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

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

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

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

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