#65716B

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

Shades of Sirocco #65716B

Tints of Sirocco #65716B

Color information

#65716B (or 0x65716B) is unknown color: approx Sirocco. HEX triplet: 65, 71 and 6B. RGB value is (101,113,107). Sum of RGB (Red+Green+Blue) = 101+113+107=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #65716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65716B is #9A8E94. Grayscale: #6C6C6C. Windows color (decimal): -10129045 or 7041381. OLE color: 7041381.

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

Color convert

RGB101113107-
CMYK0.1100.050.56
HSL150º5.61%41.96%-
HSV(B)150º10.62%44.31%-
XYZ13.9315.6416.19-
YUV108.73127.02122.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=31.46%
G=35.20%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011131070.1100.050.561505.6141.96
Hex65716BB05389662a
Octal145161153130570226652
Binary1100101111000111010111011010111100010010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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