#64876F

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

Shades of Sirocco #64876F

Tints of Sirocco #64876F

Color information

#64876F (or 0x64876F) is unknown color: approx Sirocco. HEX triplet: 64, 87 and 6F. RGB value is (100,135,111). Sum of RGB (Red+Green+Blue) = 100+135+111=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #64876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64876F is #9B7890. Grayscale: #797979. Windows color (decimal): -10188945 or 7309156. OLE color: 7309156.

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

Color convert

RGB100135111-
CMYK0.2600.180.47
HSL138.86º14.89%46.08%-
HSV(B)138.86º25.93%52.94%-
XYZ16.7921.1818.24-
YUV121.8121.9112.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=28.90%
G=39.02%
B=32.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351110.2600.180.47138.8614.8946.08
Hex64876F1A0122F8bf2e
Octal14420715732022572131756
Binary110010010000111110111111010010010101111100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,135,111); }

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

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

 a { background-color: rgb(100,135,111); }

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

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

 span { border-color: rgb(100,135,111); }

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