#64716A

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

Shades of Sirocco #64716A

Tints of Sirocco #64716A

Color information

#64716A (or 0x64716A) is unknown color: approx Sirocco. HEX triplet: 64, 71 and 6A. RGB value is (100,113,106). Sum of RGB (Red+Green+Blue) = 100+113+106=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #64716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64716A is #9B8E95. Grayscale: #6C6C6C. Windows color (decimal): -10194582 or 6975844. OLE color: 6975844.

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

Color convert

RGB100113106-
CMYK0.1200.060.56
HSL147.69º6.1%41.76%-
HSV(B)147.69º11.5%44.31%-
XYZ13.7615.5615.91-
YUV108.32126.69122.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=31.35%
G=35.42%
B=33.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001131060.1200.060.56147.696.141.76
Hex64716AC06389462a
Octal144161152140670224652
Binary1100100111000111010101100011011100010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64716A; }

 p { color: rgb(100,113,106); }

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

<style>
 a { background-color: #64716A; }

 a { background-color: rgb(100,113,106); }

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

<style>
 span { border-color: #64716A; }

 span { border-color: rgb(100,113,106); }

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