Html Css Color HEX #64866D Laurel

📋 copy color: '#64866D'

red 100 ◦ green 134 ◦ blue 109

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

Shades of Laurel #64866D

Tints of Laurel #64866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.07%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 29.15%
G = 39.07%
B = 31.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#64866D (or 0x64866D) is known color: Laurel. HEX triplet: 64, 86 and 6D. RGB value is (100,134,109). Sum of RGB (Red+Green+Blue) = 100+134+109=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #64866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64866D is #9B7992. Grayscale: #797979. Windows color (decimal): -10189203 or 7177828. OLE color: 7177828.

HSL color Cylindrical-coordinate representation of color #64866D: hue angle of 135.88º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64866D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 109 -
CMYK 0.25 0 0.19 0.47
HSL 135.88º 0.15% 0.46% -
HSV(B) 135.88º 0.25% 0.53% -
XYZ 16.54 20.86 17.62 -
YUV 120.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 100 134 109 0.25 0 0.19 0.47 135.88 0.15 0.46
Hex 64 86 6D 19 0 13 2F 88 F 2E
Octal 144 206 155 31 0 23 57 210 17 56
Binary 1100100 10000110 1101101 11001 0 10011 101111 10001000 1111 101110

Color Harmonies of #64866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64866D

Black with #64866D

Text Example


Text Example

White with #64866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64866D; }

 p { color: rgb(100,134,109); }

 H1.HeaderClassName
 {
   color: #64866D;
 }
 .AnyTagClassName
 {
   color: #64866D;
 }
</style>

background-color css

<style>
 a { background-color: #64866D; }

 a { background-color: rgb(100,134,109); }

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

border-color css

<style>
 span { border-color: #64866D; }

 span { border-color: rgb(100,134,109); }

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