Html Css Color HEX #64816E Sirocco

📋 copy color: '#64816E'

red 100 ◦ green 129 ◦ blue 110

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

Shades of Sirocco #64816E

Tints of Sirocco #64816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 29.5%
G = 38.05%
B = 32.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#64816E (or 0x64816E) is known color: Sirocco. HEX triplet: 64, 81 and 6E. RGB value is (100,129,110). Sum of RGB (Red+Green+Blue) = 100+129+110=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #64816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64816E is #9B7E91. Grayscale: #767676. Windows color (decimal): -10190482 or 7242084. OLE color: 7242084.

HSL color Cylindrical-coordinate representation of color #64816E: hue angle of 140.69º 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 #64816E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 110 -
CMYK 0.22 0 0.15 0.49
HSL 140.69º 0.13% 0.45% -
HSV(B) 140.69º 0.22% 0.51% -
XYZ 15.92 19.54 17.68 -
YUV 118.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 100 129 110 0.22 0 0.15 0.49 140.69 0.13 0.45
Hex 64 81 6E 16 0 F 31 8D D 2D
Octal 144 201 156 26 0 17 61 215 15 55
Binary 1100100 10000001 1101110 10110 0 1111 110001 10001101 1101 101101

Color Harmonies of #64816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64816E

Black with #64816E

Text Example


Text Example

White with #64816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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