Html Css Color HEX #64896E Laurel

📋 copy color: '#64896E'

red 100 ◦ green 137 ◦ blue 110

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

Shades of Laurel #64896E

Tints of Laurel #64896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

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

R = 28.82%
G = 39.48%
B = 31.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#64896E (or 0x64896E) is known color: Laurel. HEX triplet: 64, 89 and 6E. RGB value is (100,137,110). Sum of RGB (Red+Green+Blue) = 100+137+110=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #64896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64896E is #9B7691. Grayscale: #7A7A7A. Windows color (decimal): -10188434 or 7244132. OLE color: 7244132.

HSL color Cylindrical-coordinate representation of color #64896E: hue angle of 136.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64896E is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 110 -
CMYK 0.27 0 0.20 0.46
HSL 136.22º 0.16% 0.46% -
HSV(B) 136.22º 0.27% 0.54% -
XYZ 17.02 21.73 18.05 -
YUV 122.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 100 137 110 0.27 0 0.20 0.46 136.22 0.16 0.46
Hex 64 89 6E 1B 0 14 2E 88 10 2E
Octal 144 211 156 33 0 24 56 210 20 56
Binary 1100100 10001001 1101110 11011 0 10100 101110 10001000 10000 101110

Color Harmonies of #64896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64896E

Black with #64896E

Text Example


Text Example

White with #64896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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