Html Css Color HEX #64896F Laurel

📋 copy color: '#64896F'

red 100 ◦ green 137 ◦ blue 111

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

Shades of Laurel #64896F

Tints of Laurel #64896F

RGB

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

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

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

R = 28.74%
G = 39.37%
B = 31.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#64896F (or 0x64896F) is known color: Laurel. HEX triplet: 64, 89 and 6F. RGB value is (100,137,111). Sum of RGB (Red+Green+Blue) = 100+137+111=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #64896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64896F is #9B7690. Grayscale: #7B7B7B. Windows color (decimal): -10188433 or 7309668. OLE color: 7309668.

HSL color Cylindrical-coordinate representation of color #64896F: hue angle of 137.84º 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 #64896F is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 111 -
CMYK 0.27 0 0.19 0.46
HSL 137.84º 0.16% 0.46% -
HSV(B) 137.84º 0.27% 0.54% -
XYZ 17.07 21.75 18.34 -
YUV 122.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 100 137 111 0.27 0 0.19 0.46 137.84 0.16 0.46
Hex 64 89 6F 1B 0 13 2E 8A 10 2E
Octal 144 211 157 33 0 23 56 212 20 56
Binary 1100100 10001001 1101111 11011 0 10011 101110 10001010 10000 101110

Color Harmonies of #64896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64896F

Black with #64896F

Text Example


Text Example

White with #64896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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