#65726C

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

Shades of Sirocco #65726C

Tints of Sirocco #65726C

Color information

#65726C (or 0x65726C) is unknown color: approx Sirocco. HEX triplet: 65, 72 and 6C. RGB value is (101,114,108). Sum of RGB (Red+Green+Blue) = 101+114+108=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #65726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65726C is #9A8D93. Grayscale: #6D6D6D. Windows color (decimal): -10128788 or 7107173. OLE color: 7107173.

HSL color Cylindrical-coordinate representation of color #65726C: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65726C is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB101114108-
CMYK0.1100.050.55
HSL152.31º6.05%42.16%-
HSV(B)152.31º11.4%44.71%-
XYZ14.0915.8816.51-
YUV109.43127.19121.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=31.27%
G=35.29%
B=33.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011141080.1100.050.55152.316.0542.16
Hex65726CB05379862a
Octal145162154130567230652
Binary1100101111001011011001011010111011110011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65726C; }

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

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

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

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

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

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

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

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