Html Css Color HEX #64806F Sirocco

📋 copy color: '#64806F'

red 100 ◦ green 128 ◦ blue 111

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

Shades of Sirocco #64806F

Tints of Sirocco #64806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

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

R = 29.5%
G = 37.76%
B = 32.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#64806F (or 0x64806F) is known color: Sirocco. HEX triplet: 64, 80 and 6F. RGB value is (100,128,111). Sum of RGB (Red+Green+Blue) = 100+128+111=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #64806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64806F is #9B7F90. Grayscale: #757575. Windows color (decimal): -10190737 or 7307364. OLE color: 7307364.

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

Color convert

RGB 100 128 111 -
CMYK 0.22 0 0.13 0.50
HSL 143.57º 0.12% 0.45% -
HSV(B) 143.57º 0.22% 0.5% -
XYZ 15.84 19.3 17.93 -
YUV 117.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 100 128 111 0.22 0 0.13 0.50 143.57 0.12 0.45
Hex 64 80 6F 16 0 D 32 90 C 2D
Octal 144 200 157 26 0 15 62 220 14 55
Binary 1100100 10000000 1101111 10110 0 1101 110010 10010000 1100 101101

Color Harmonies of #64806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64806F

Black with #64806F

Text Example


Text Example

White with #64806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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