#64856F

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

Shades of Sirocco #64856F

Tints of Sirocco #64856F

Color information

#64856F (or 0x64856F) is unknown color: approx Sirocco. HEX triplet: 64, 85 and 6F. RGB value is (100,133,111). Sum of RGB (Red+Green+Blue) = 100+133+111=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #64856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64856F is #9B7A90. Grayscale: #787878. Windows color (decimal): -10189457 or 7308644. OLE color: 7308644.

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

Color convert

RGB100133111-
CMYK0.2500.170.48
HSL140º14.16%45.69%-
HSV(B)140º24.81%52.16%-
XYZ16.5120.6318.15-
YUV120.62122.57113.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=29.07%
G=38.66%
B=32.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331110.2500.170.4814014.1645.69
Hex64856F19011308ce2e
Octal14420515731021602141656
Binary110010010000101110111111001010001110000100011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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