#65766F

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

Shades of Sirocco #65766F

Tints of Sirocco #65766F

Color information

#65766F (or 0x65766F) is unknown color: approx Sirocco. HEX triplet: 65, 76 and 6F. RGB value is (101,118,111). Sum of RGB (Red+Green+Blue) = 101+118+111=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #65766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65766F is #9A8990. Grayscale: #707070. Windows color (decimal): -10127761 or 7304805. OLE color: 7304805.

HSL color Cylindrical-coordinate representation of color #65766F: hue angle of 155.29º 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 #65766F is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB101118111-
CMYK0.1400.060.54
HSL155.29º7.76%42.94%-
HSV(B)155.29º14.41%46.27%-
XYZ14.7116.8717.52-
YUV112.12127.37120.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=30.61%
G=35.76%
B=33.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011181110.1400.060.54155.297.7642.94
Hex65766FE06369b82b
Octal1451661571606662331053
Binary11001011110110110111111100110110110100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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