Html Css Color HEX #64856D Laurel

📋 copy color: '#64856D'

red 100 ◦ green 133 ◦ blue 109

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

Shades of Laurel #64856D

Tints of Laurel #64856D

RGB

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

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

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

R = 29.24%
G = 38.89%
B = 31.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#64856D (or 0x64856D) is known color: Laurel. HEX triplet: 64, 85 and 6D. RGB value is (100,133,109). Sum of RGB (Red+Green+Blue) = 100+133+109=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #64856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64856D is #9B7A92. Grayscale: #787878. Windows color (decimal): -10189459 or 7177572. OLE color: 7177572.

HSL color Cylindrical-coordinate representation of color #64856D: hue angle of 136.36º 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 #64856D is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 109 -
CMYK 0.25 0 0.18 0.48
HSL 136.36º 0.14% 0.46% -
HSV(B) 136.36º 0.25% 0.52% -
XYZ 16.4 20.59 17.58 -
YUV 120.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 100 133 109 0.25 0 0.18 0.48 136.36 0.14 0.46
Hex 64 85 6D 19 0 12 30 88 E 2E
Octal 144 205 155 31 0 22 60 210 16 56
Binary 1100100 10000101 1101101 11001 0 10010 110000 10001000 1110 101110

Color Harmonies of #64856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64856D

Black with #64856D

Text Example


Text Example

White with #64856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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