#65756B

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

Shades of Sirocco #65756B

Tints of Sirocco #65756B

Color information

#65756B (or 0x65756B) is unknown color: approx Sirocco. HEX triplet: 65, 75 and 6B. RGB value is (101,117,107). Sum of RGB (Red+Green+Blue) = 101+117+107=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #65756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65756B is #9A8A94. Grayscale: #6F6F6F. Windows color (decimal): -10128021 or 7042405. OLE color: 7042405.

HSL color Cylindrical-coordinate representation of color #65756B: hue angle of 142.5º degrees, saturation: 0.07, 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 #65756B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB101117107-
CMYK0.1400.090.54
HSL142.5º7.34%42.75%-
HSV(B)142.5º13.68%45.88%-
XYZ14.3816.5516.35-
YUV111.08125.7120.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=31.08%
G=36%
B=32.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011171070.1400.090.54142.57.3442.75
Hex65756BE09368e72b
Octal1451651531601166216753
Binary11001011110101110101111100100111011010001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65756B; }

 p { color: rgb(101,117,107); }

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

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

 a { background-color: rgb(101,117,107); }

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

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

 span { border-color: rgb(101,117,107); }

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