#64836B

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

Shades of Laurel #64836B

Tints of Laurel #64836B

Color information

#64836B (or 0x64836B) is unknown color: approx Laurel. HEX triplet: 64, 83 and 6B. RGB value is (100,131,107). Sum of RGB (Red+Green+Blue) = 100+131+107=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #64836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64836B is #9B7C94. Grayscale: #777777. Windows color (decimal): -10189973 or 7045988. OLE color: 7045988.

HSL color Cylindrical-coordinate representation of color #64836B: hue angle of 133.55º 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 #64836B is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB100131107-
CMYK0.2400.180.49
HSL133.55º13.42%45.29%-
HSV(B)133.55º23.66%51.37%-
XYZ16.032016.93-
YUV119121.23114.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=29.59%
G=38.76%
B=31.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001311070.2400.180.49133.5513.4245.29
Hex64836B180123186d2d
Octal14420315330022612061555
Binary110010010000011110101111000010010110001100001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64836B;
 }
 .AnyTagClassName
 {
   color: #64836B;
 }
</style>
background-color css

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

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

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

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

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

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