Html Css Color HEX #64856E Sirocco

📋 copy color: '#64856E'

red 100 ◦ green 133 ◦ blue 110

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

Shades of Sirocco #64856E

Tints of Sirocco #64856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

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

R = 29.15%
G = 38.78%
B = 32.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#64856E (or 0x64856E) is known color: Sirocco. HEX triplet: 64, 85 and 6E. RGB value is (100,133,110). Sum of RGB (Red+Green+Blue) = 100+133+110=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #64856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64856E is #9B7A91. Grayscale: #787878. Windows color (decimal): -10189458 or 7243108. OLE color: 7243108.

HSL color Cylindrical-coordinate representation of color #64856E: hue angle of 138.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64856E is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 110 -
CMYK 0.25 0 0.17 0.48
HSL 138.18º 0.14% 0.46% -
HSV(B) 138.18º 0.25% 0.52% -
XYZ 16.46 20.61 17.86 -
YUV 120.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 100 133 110 0.25 0 0.17 0.48 138.18 0.14 0.46
Hex 64 85 6E 19 0 11 30 8A E 2E
Octal 144 205 156 31 0 21 60 212 16 56
Binary 1100100 10000101 1101110 11001 0 10001 110000 10001010 1110 101110

Color Harmonies of #64856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64856E

Black with #64856E

Text Example


Text Example

White with #64856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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