Html Css Color HEX #64746A Sirocco

📋 copy color: '#64746A'

red 100 ◦ green 116 ◦ blue 106

#64746A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #64746A

Tints of Sirocco #64746A

RGB

 RED value IS 100 (39.45% from 255) = 31.06%

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 31.06%
G = 36.02%
B = 32.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#64746A (or 0x64746A) is known color: Sirocco. HEX triplet: 64, 74 and 6A. RGB value is (100,116,106). Sum of RGB (Red+Green+Blue) = 100+116+106=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #64746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64746A is #9B8B95. Grayscale: #6E6E6E. Windows color (decimal): -10193814 or 6976612. OLE color: 6976612.

HSL color Cylindrical-coordinate representation of color #64746A: hue angle of 142.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64746A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 106 -
CMYK 0.14 0 0.09 0.55
HSL 142.5º 0.07% 0.42% -
HSV(B) 142.5º 0.14% 0.45% -
XYZ 14.1 16.24 16.03 -
YUV 110.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 100 116 106 0.14 0 0.09 0.55 142.5 0.07 0.42
Hex 64 74 6A E 0 9 37 8E 7 2A
Octal 144 164 152 16 0 11 67 216 7 52
Binary 1100100 1110100 1101010 1110 0 1001 110111 10001110 111 101010

Color Harmonies of #64746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64746A

Black with #64746A

Text Example


Text Example

White with #64746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64746A;
 }
 .AnyTagClassName
 {
   color: #64746A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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