#664826

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

Shades of Cafe Royale #664826

Tints of Cafe Royale #664826

Color information

#664826 (or 0x664826) is unknown color: approx Cafe Royale. HEX triplet: 66, 48 and 26. RGB value is (102,72,38). Sum of RGB (Red+Green+Blue) = 102+72+38=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #664826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664826 is #99B7D9. Grayscale: #4D4D4D. Windows color (decimal): -10074074 or 2508902. OLE color: 2508902.

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

Color convert

RGB1027238-
CMYK00.290.630.6
HSL31.88º45.71%27.45%-
HSV(B)31.88º62.75%40%-
XYZ8.157.62.87-
YUV77.09105.94145.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=48.11%
G=33.96%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102723800.290.630.631.8845.7127.45
Hex66482601D3F3C202e1b
Octal146110460357774405633
Binary1100110100100010011001110111111111110010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664826; }

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

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

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

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

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

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

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

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