Html Css Color HEX #64746B Sirocco

📋 copy color: '#64746B'

red 100 ◦ green 116 ◦ blue 107

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

Shades of Sirocco #64746B

Tints of Sirocco #64746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 30.96%
G = 35.91%
B = 33.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#64746B (or 0x64746B) is known color: Sirocco. HEX triplet: 64, 74 and 6B. RGB value is (100,116,107). Sum of RGB (Red+Green+Blue) = 100+116+107=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #64746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64746B is #9B8B94. Grayscale: #6E6E6E. Windows color (decimal): -10193813 or 7042148. OLE color: 7042148.

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

Color convert

RGB 100 116 107 -
CMYK 0.14 0 0.08 0.55
HSL 146.25º 0.07% 0.42% -
HSV(B) 146.25º 0.14% 0.45% -
XYZ 14.15 16.26 16.3 -
YUV 110.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 100 116 107 0.14 0 0.08 0.55 146.25 0.07 0.42
Hex 64 74 6B E 0 8 37 92 7 2A
Octal 144 164 153 16 0 10 67 222 7 52
Binary 1100100 1110100 1101011 1110 0 1000 110111 10010010 111 101010

Color Harmonies of #64746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64746B

Black with #64746B

Text Example


Text Example

White with #64746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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