Html Css Color HEX #64886F Laurel

📋 copy color: '#64886F'

red 100 ◦ green 136 ◦ blue 111

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

Shades of Laurel #64886F

Tints of Laurel #64886F

RGB

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

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

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

R = 28.82%
G = 39.19%
B = 31.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#64886F (or 0x64886F) is known color: Laurel. HEX triplet: 64, 88 and 6F. RGB value is (100,136,111). Sum of RGB (Red+Green+Blue) = 100+136+111=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #64886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64886F is #9B7790. Grayscale: #7A7A7A. Windows color (decimal): -10188689 or 7309412. OLE color: 7309412.

HSL color Cylindrical-coordinate representation of color #64886F: hue angle of 138.33º 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 #64886F is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 111 -
CMYK 0.26 0 0.18 0.47
HSL 138.33º 0.15% 0.46% -
HSV(B) 138.33º 0.26% 0.53% -
XYZ 16.93 21.47 18.29 -
YUV 122.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 100 136 111 0.26 0 0.18 0.47 138.33 0.15 0.46
Hex 64 88 6F 1A 0 12 2F 8A F 2E
Octal 144 210 157 32 0 22 57 212 17 56
Binary 1100100 10001000 1101111 11010 0 10010 101111 10001010 1111 101110

Color Harmonies of #64886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64886F

Black with #64886F

Text Example


Text Example

White with #64886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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