#654528

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

Shades of Cafe Royale #654528

Tints of Cafe Royale #654528

Color information

#654528 (or 0x654528) is unknown color: approx Cafe Royale. HEX triplet: 65, 45 and 28. RGB value is (101,69,40). Sum of RGB (Red+Green+Blue) = 101+69+40=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #654528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654528 is #9ABAD7. Grayscale: #4B4B4B. Windows color (decimal): -10140376 or 2639205. OLE color: 2639205.

HSL color Cylindrical-coordinate representation of color #654528: hue angle of 28.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654528 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB1016940-
CMYK00.320.600.60
HSL28.52º43.26%27.65%-
HSV(B)28.52º60.4%39.61%-
XYZ7.887.182.98-
YUV75.26108.1146.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=48.10%
G=32.86%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101694000.320.600.6028.5243.2627.65
Hex6545280203C3C1d2b1c
Octal145105500407474355334
Binary1100101100010110100001000001111001111001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654528; }

 p { color: rgb(101,69,40); }

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

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

 a { background-color: rgb(101,69,40); }

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

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

 span { border-color: rgb(101,69,40); }

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