#64866E

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

Shades of Sirocco #64866E

Tints of Sirocco #64866E

Color information

#64866E (or 0x64866E) is unknown color: approx Sirocco. HEX triplet: 64, 86 and 6E. RGB value is (100,134,110). Sum of RGB (Red+Green+Blue) = 100+134+110=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #64866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64866E is #9B7991. Grayscale: #797979. Windows color (decimal): -10189202 or 7243364. OLE color: 7243364.

HSL color Cylindrical-coordinate representation of color #64866E: hue angle of 137.65º degrees, saturation: 0.15, 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 #64866E is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB100134110-
CMYK0.2500.180.47
HSL137.65º14.53%45.88%-
HSV(B)137.65º25.37%52.55%-
XYZ16.620.8917.91-
YUV121.1121.74112.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=29.07%
G=38.95%
B=31.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341100.2500.180.47137.6514.5345.88
Hex64866E190122F8af2e
Octal14420615631022572121756
Binary110010010000110110111011001010010101111100010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64866E; }

 p { color: rgb(100,134,110); }

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

<style>
 a { background-color: #64866E; }

 a { background-color: rgb(100,134,110); }

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

<style>
 span { border-color: #64866E; }

 span { border-color: rgb(100,134,110); }

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