Html Css Color HEX #64836A Laurel

📋 copy color: '#64836A'

red 100 ◦ green 131 ◦ blue 106

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

Shades of Laurel #64836A

Tints of Laurel #64836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 29.67%
G = 38.87%
B = 31.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#64836A (or 0x64836A) is known color: Laurel. HEX triplet: 64, 83 and 6A. RGB value is (100,131,106). Sum of RGB (Red+Green+Blue) = 100+131+106=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #64836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64836A is #9B7C95. Grayscale: #767676. Windows color (decimal): -10189974 or 6980452. OLE color: 6980452.

HSL color Cylindrical-coordinate representation of color #64836A: hue angle of 131.61º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64836A is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 106 -
CMYK 0.24 0 0.19 0.49
HSL 131.61º 0.13% 0.45% -
HSV(B) 131.61º 0.24% 0.51% -
XYZ 15.97 19.98 16.65 -
YUV 118.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 100 131 106 0.24 0 0.19 0.49 131.61 0.13 0.45
Hex 64 83 6A 18 0 13 31 84 D 2D
Octal 144 203 152 30 0 23 61 204 15 55
Binary 1100100 10000011 1101010 11000 0 10011 110001 10000100 1101 101101

Color Harmonies of #64836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64836A

Black with #64836A

Text Example


Text Example

White with #64836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64836A; }

 p { color: rgb(100,131,106); }

 H1.HeaderClassName
 {
   color: #64836A;
 }
 .AnyTagClassName
 {
   color: #64836A;
 }
</style>

background-color css

<style>
 a { background-color: #64836A; }

 a { background-color: rgb(100,131,106); }

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

border-color css

<style>
 span { border-color: #64836A; }

 span { border-color: rgb(100,131,106); }

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