#654A27

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

Shades of Cafe Royale #654A27

Tints of Cafe Royale #654A27

Color information

#654A27 (or 0x654A27) is unknown color: approx Cafe Royale. HEX triplet: 65, 4A and 27. RGB value is (101,74,39). Sum of RGB (Red+Green+Blue) = 101+74+39=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #654A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A27 is #9AB5D8. Grayscale: #4E4E4E. Windows color (decimal): -10139097 or 2574949. OLE color: 2574949.

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

Color convert

RGB1017439-
CMYK00.270.610.60
HSL33.87º44.29%27.45%-
HSV(B)33.87º61.39%39.61%-
XYZ8.187.813-
YUV78.08105.95144.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=47.20%
G=34.58%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101743900.270.610.6033.8744.2927.45
Hex654A2701B3D3C222c1b
Octal145112470337574425433
Binary1100101100101010011101101111110111110010001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654A27; }

 p { color: rgb(101,74,39); }

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

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

 a { background-color: rgb(101,74,39); }

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

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

 span { border-color: rgb(101,74,39); }

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