Html Css Color HEX #64716B Sirocco

📋 copy color: '#64716B'

red 100 ◦ green 113 ◦ blue 107

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

Shades of Sirocco #64716B

Tints of Sirocco #64716B

RGB

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

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

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

R = 31.25%
G = 35.31%
B = 33.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#64716B (or 0x64716B) is known color: Sirocco. HEX triplet: 64, 71 and 6B. RGB value is (100,113,107). Sum of RGB (Red+Green+Blue) = 100+113+107=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #64716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64716B is #9B8E94. Grayscale: #6C6C6C. Windows color (decimal): -10194581 or 7041380. OLE color: 7041380.

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

Color convert

RGB 100 113 107 -
CMYK 0.12 0 0.05 0.56
HSL 152.31º 0.06% 0.42% -
HSV(B) 152.31º 0.12% 0.44% -
XYZ 13.81 15.58 16.19 -
YUV 108.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 100 113 107 0.12 0 0.05 0.56 152.31 0.06 0.42
Hex 64 71 6B C 0 5 38 98 6 2A
Octal 144 161 153 14 0 5 70 230 6 52
Binary 1100100 1110001 1101011 1100 0 101 111000 10011000 110 101010

Color Harmonies of #64716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64716B

Black with #64716B

Text Example


Text Example

White with #64716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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