Html Css Color HEX #64746C Sirocco

📋 copy color: '#64746C'

red 100 ◦ green 116 ◦ blue 108

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

Shades of Sirocco #64746C

Tints of Sirocco #64746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 30.86%
G = 35.8%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#64746C (or 0x64746C) is known color: Sirocco. HEX triplet: 64, 74 and 6C. RGB value is (100,116,108). Sum of RGB (Red+Green+Blue) = 100+116+108=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 116 - color contains mainly: green. Hex color #64746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64746C is #9B8B93. Grayscale: #6E6E6E. Windows color (decimal): -10193812 or 7107684. OLE color: 7107684.

HSL color Cylindrical-coordinate representation of color #64746C: hue angle of 150º 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 #64746C is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 108 -
CMYK 0.14 0 0.07 0.55
HSL 150º 0.07% 0.42% -
HSV(B) 150º 0.14% 0.45% -
XYZ 14.21 16.28 16.58 -
YUV 110.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 100 116 108 0.14 0 0.07 0.55 150 0.07 0.42
Hex 64 74 6C E 0 7 37 96 7 2A
Octal 144 164 154 16 0 7 67 226 7 52
Binary 1100100 1110100 1101100 1110 0 111 110111 10010110 111 101010

Color Harmonies of #64746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64746C

Black with #64746C

Text Example


Text Example

White with #64746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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