Html Css Color HEX #64716C Sirocco

📋 copy color: '#64716C'

red 100 ◦ green 113 ◦ blue 108

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

Shades of Sirocco #64716C

Tints of Sirocco #64716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 31.15%
G = 35.2%
B = 33.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#64716C (or 0x64716C) is known color: Sirocco. HEX triplet: 64, 71 and 6C. RGB value is (100,113,108). Sum of RGB (Red+Green+Blue) = 100+113+108=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #64716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64716C is #9B8E93. Grayscale: #6C6C6C. Windows color (decimal): -10194580 or 7106916. OLE color: 7106916.

HSL color Cylindrical-coordinate representation of color #64716C: hue angle of 156.92º 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 #64716C is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 108 -
CMYK 0.12 0 0.04 0.56
HSL 156.92º 0.06% 0.42% -
HSV(B) 156.92º 0.12% 0.44% -
XYZ 13.87 15.6 16.47 -
YUV 108.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 100 113 108 0.12 0 0.04 0.56 156.92 0.06 0.42
Hex 64 71 6C C 0 4 38 9D 6 2A
Octal 144 161 154 14 0 4 70 235 6 52
Binary 1100100 1110001 1101100 1100 0 100 111000 10011101 110 101010

Color Harmonies of #64716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64716C

Black with #64716C

Text Example


Text Example

White with #64716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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