#654B25

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

Shades of Cafe Royale #654B25

Tints of Cafe Royale #654B25

Color information

#654B25 (or 0x654B25) is unknown color: approx Cafe Royale. HEX triplet: 65, 4B and 25. RGB value is (101,75,37). Sum of RGB (Red+Green+Blue) = 101+75+37=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #654B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B25 is #9AB4DA. Grayscale: #4E4E4E. Windows color (decimal): -10138843 or 2444133. OLE color: 2444133.

HSL color Cylindrical-coordinate representation of color #654B25: hue angle of 35.63º 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 #654B25 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1017537-
CMYK00.260.630.60
HSL35.63º46.38%27.06%-
HSV(B)35.63º63.37%39.61%-
XYZ8.227.932.85-
YUV78.44104.61144.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=47.42%
G=35.21%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101753700.260.630.6035.6346.3827.06
Hex654B2501A3F3C242e1b
Octal145113450327774445633
Binary1100101100101110010101101011111111110010010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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