#664B25

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

Shades of Cafe Royale #664B25

Tints of Cafe Royale #664B25

Color information

#664B25 (or 0x664B25) is unknown color: approx Cafe Royale. HEX triplet: 66, 4B and 25. RGB value is (102,75,37). Sum of RGB (Red+Green+Blue) = 102+75+37=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #664B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B25 is #99B4DA. Grayscale: #4E4E4E. Windows color (decimal): -10073307 or 2444134. OLE color: 2444134.

HSL color Cylindrical-coordinate representation of color #664B25: hue angle of 35.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664B25 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1027537-
CMYK00.260.640.6
HSL35.08º46.76%27.25%-
HSV(B)35.08º63.73%40%-
XYZ8.337.992.85-
YUV78.74104.45144.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=47.66%
G=35.05%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102753700.260.640.635.0846.7627.25
Hex664B2501A403C232f1b
Octal1461134503210074435733
Binary11001101001011100101011010100000011110010001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664B25; }

 p { color: rgb(102,75,37); }

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

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

 a { background-color: rgb(102,75,37); }

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

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

 span { border-color: rgb(102,75,37); }

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