#658472

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

Shades of Sirocco #658472

Tints of Sirocco #658472

Color information

#658472 (or 0x658472) is unknown color: approx Sirocco. HEX triplet: 65, 84 and 72. RGB value is (101,132,114). Sum of RGB (Red+Green+Blue) = 101+132+114=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #658472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658472 is #9A7B8D. Grayscale: #787878. Windows color (decimal): -10124174 or 7504997. OLE color: 7504997.

HSL color Cylindrical-coordinate representation of color #658472: hue angle of 145.16º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658472 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB101132114-
CMYK0.2300.140.48
HSL145.16º13.3%45.69%-
HSV(B)145.16º23.48%51.76%-
XYZ16.6620.4819-
YUV120.68124.23113.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=29.11%
G=38.04%
B=32.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321140.2300.140.48145.1613.345.69
Hex658472170E3091d2e
Octal14520416227016602211556
Binary11001011000010011100101011101110110000100100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658472; }

 p { color: rgb(101,132,114); }

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

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

 a { background-color: rgb(101,132,114); }

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

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

 span { border-color: rgb(101,132,114); }

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