Html Css Color HEX #64816F Sirocco

📋 copy color: '#64816F'

red 100 ◦ green 129 ◦ blue 111

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

Shades of Sirocco #64816F

Tints of Sirocco #64816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 29.41%
G = 37.94%
B = 32.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#64816F (or 0x64816F) is known color: Sirocco. HEX triplet: 64, 81 and 6F. RGB value is (100,129,111). Sum of RGB (Red+Green+Blue) = 100+129+111=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #64816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64816F is #9B7E90. Grayscale: #767676. Windows color (decimal): -10190481 or 7307620. OLE color: 7307620.

HSL color Cylindrical-coordinate representation of color #64816F: hue angle of 142.76º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64816F is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 111 -
CMYK 0.22 0 0.14 0.49
HSL 142.76º 0.13% 0.45% -
HSV(B) 142.76º 0.22% 0.51% -
XYZ 15.98 19.56 17.97 -
YUV 118.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 100 129 111 0.22 0 0.14 0.49 142.76 0.13 0.45
Hex 64 81 6F 16 0 E 31 8F D 2D
Octal 144 201 157 26 0 16 61 217 15 55
Binary 1100100 10000001 1101111 10110 0 1110 110001 10001111 1101 101101

Color Harmonies of #64816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64816F

Black with #64816F

Text Example


Text Example

White with #64816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64816F; }

 p { color: rgb(100,129,111); }

 H1.HeaderClassName
 {
   color: #64816F;
 }
 .AnyTagClassName
 {
   color: #64816F;
 }
</style>

background-color css

<style>
 a { background-color: #64816F; }

 a { background-color: rgb(100,129,111); }

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

border-color css

<style>
 span { border-color: #64816F; }

 span { border-color: rgb(100,129,111); }

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