#664728

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

Shades of Cafe Royale #664728

Tints of Cafe Royale #664728

Color information

#664728 (or 0x664728) is unknown color: approx Cafe Royale. HEX triplet: 66, 47 and 28. RGB value is (102,71,40). Sum of RGB (Red+Green+Blue) = 102+71+40=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #664728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664728 is #99B8D7. Grayscale: #4C4C4C. Windows color (decimal): -10074328 or 2639718. OLE color: 2639718.

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

Color convert

RGB1027140-
CMYK00.300.610.6
HSL30º43.66%27.84%-
HSV(B)30º60.78%40%-
XYZ8.127.483.02-
YUV76.74107.27146.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=47.89%
G=33.33%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102714000.300.610.63043.6627.84
Hex66472801E3D3C1e2c1c
Octal146107500367574365434
Binary110011010001111010000111101111011111001111010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664728; }

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

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

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

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

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

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

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

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