Html Css Color HEX #64706B Sirocco

📋 copy color: '#64706B'

red 100 ◦ green 112 ◦ blue 107

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

Shades of Sirocco #64706B

Tints of Sirocco #64706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

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

R = 31.35%
G = 35.11%
B = 33.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#64706B (or 0x64706B) is known color: Sirocco. HEX triplet: 64, 70 and 6B. RGB value is (100,112,107). Sum of RGB (Red+Green+Blue) = 100+112+107=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #64706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64706B is #9B8F94. Grayscale: #6B6B6B. Windows color (decimal): -10194837 or 7041124. OLE color: 7041124.

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

Color convert

RGB 100 112 107 -
CMYK 0.11 0 0.04 0.56
HSL 155º 0.06% 0.42% -
HSV(B) 155º 0.11% 0.44% -
XYZ 13.7 15.36 16.15 -
YUV 107.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 100 112 107 0.11 0 0.04 0.56 155 0.06 0.42
Hex 64 70 6B B 0 4 38 9B 6 2A
Octal 144 160 153 13 0 4 70 233 6 52
Binary 1100100 1110000 1101011 1011 0 100 111000 10011011 110 101010

Color Harmonies of #64706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64706B

Black with #64706B

Text Example


Text Example

White with #64706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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