#65866F

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

Shades of Sirocco #65866F

Tints of Sirocco #65866F

Color information

#65866F (or 0x65866F) is unknown color: approx Sirocco. HEX triplet: 65, 86 and 6F. RGB value is (101,134,111). Sum of RGB (Red+Green+Blue) = 101+134+111=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #65866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65866F is #9A7990. Grayscale: #797979. Windows color (decimal): -10123665 or 7308901. OLE color: 7308901.

HSL color Cylindrical-coordinate representation of color #65866F: hue angle of 138.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65866F is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB101134111-
CMYK0.2500.170.47
HSL138.18º14.04%46.08%-
HSV(B)138.18º24.63%52.55%-
XYZ16.7620.9618.2-
YUV121.51122.07113.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=29.19%
G=38.73%
B=32.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011341110.2500.170.47138.1814.0446.08
Hex65866F190112F8ae2e
Octal14520615731021572121656
Binary110010110000110110111111001010001101111100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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