Html Css Color HEX #64886E Laurel

📋 copy color: '#64886E'

red 100 ◦ green 136 ◦ blue 110

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

Shades of Laurel #64886E

Tints of Laurel #64886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

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

R = 28.9%
G = 39.31%
B = 31.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#64886E (or 0x64886E) is known color: Laurel. HEX triplet: 64, 88 and 6E. RGB value is (100,136,110). Sum of RGB (Red+Green+Blue) = 100+136+110=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #64886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64886E is #9B7791. Grayscale: #7A7A7A. Windows color (decimal): -10188690 or 7243876. OLE color: 7243876.

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

Color convert

RGB 100 136 110 -
CMYK 0.26 0 0.19 0.47
HSL 136.67º 0.15% 0.46% -
HSV(B) 136.67º 0.26% 0.53% -
XYZ 16.87 21.44 18 -
YUV 122.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 100 136 110 0.26 0 0.19 0.47 136.67 0.15 0.46
Hex 64 88 6E 1A 0 13 2F 89 F 2E
Octal 144 210 156 32 0 23 57 211 17 56
Binary 1100100 10001000 1101110 11010 0 10011 101111 10001001 1111 101110

Color Harmonies of #64886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64886E

Black with #64886E

Text Example


Text Example

White with #64886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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