#658273

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

Shades of Sirocco #658273

Tints of Sirocco #658273

Color information

#658273 (or 0x658273) is unknown color: approx Sirocco. HEX triplet: 65, 82 and 73. RGB value is (101,130,115). Sum of RGB (Red+Green+Blue) = 101+130+115=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #658273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658273 is #9A7D8C. Grayscale: #777777. Windows color (decimal): -10124685 or 7570021. OLE color: 7570021.

HSL color Cylindrical-coordinate representation of color #658273: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #658273 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB101130115-
CMYK0.2200.120.49
HSL148.97º12.55%45.29%-
HSV(B)148.97º22.31%50.98%-
XYZ16.4419.9719.21-
YUV119.62125.39114.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=29.19%
G=37.57%
B=33.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011301150.2200.120.49148.9712.5545.29
Hex658273160C3195d2d
Octal14520216326014612251555
Binary11001011000001011100111011001100110001100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658273; }

 p { color: rgb(101,130,115); }

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

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

 a { background-color: rgb(101,130,115); }

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

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

 span { border-color: rgb(101,130,115); }

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