#64836A

Color #64836A Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #64836A

Tints of Laurel #64836A

Color information

#64836A (or 0x64836A) is unknown color: approx 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

RGB100131106-
CMYK0.2400.190.49
HSL131.61º13.42%45.29%-
HSV(B)131.61º23.66%51.37%-
XYZ15.9719.9816.65-
YUV118.88120.73114.53-

RGB Variations

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

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.80% from 255) = 31.45%
R=29.67%
G=38.87%
B=31.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001311060.2400.190.49131.6113.4245.29
Hex64836A180133184d2d
Octal14420315230023612041555
Binary110010010000011110101011000010011110001100001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>