#65706C

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

Shades of Sirocco #65706C

Tints of Sirocco #65706C

Color information

#65706C (or 0x65706C) is unknown color: approx Sirocco. HEX triplet: 65, 70 and 6C. RGB value is (101,112,108). Sum of RGB (Red+Green+Blue) = 101+112+108=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #65706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65706C is #9A8F93. Grayscale: #6C6C6C. Windows color (decimal): -10129300 or 7106661. OLE color: 7106661.

HSL color Cylindrical-coordinate representation of color #65706C: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65706C is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB101112108-
CMYK0.1000.040.56
HSL158.18º5.16%41.76%-
HSV(B)158.18º9.82%43.92%-
XYZ13.8715.4416.44-
YUV108.26127.86122.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=31.46%
G=34.89%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011121080.1000.040.56158.185.1641.76
Hex65706CA04389e52a
Octal145160154120470236552
Binary1100101111000011011001010010011100010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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