#65766D

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

Shades of Sirocco #65766D

Tints of Sirocco #65766D

Color information

#65766D (or 0x65766D) is unknown color: approx Sirocco. HEX triplet: 65, 76 and 6D. RGB value is (101,118,109). Sum of RGB (Red+Green+Blue) = 101+118+109=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #65766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65766D is #9A8992. Grayscale: #6F6F6F. Windows color (decimal): -10127763 or 7173733. OLE color: 7173733.

HSL color Cylindrical-coordinate representation of color #65766D: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65766D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB101118109-
CMYK0.1400.080.54
HSL148.24º7.76%42.94%-
HSV(B)148.24º14.41%46.27%-
XYZ14.6116.8316.95-
YUV111.89126.37120.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=30.79%
G=35.98%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011181090.1400.080.54148.247.7642.94
Hex65766DE08369482b
Octal14516615516010662241053
Binary110010111101101101101111001000110110100101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65766D; }

 p { color: rgb(101,118,109); }

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

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

 a { background-color: rgb(101,118,109); }

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

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

 span { border-color: rgb(101,118,109); }

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