#6D640B

Color #6D640B Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #6D640B

Tints of Olivetone #6D640B

Color information

#6D640B (or 0x6D640B) is unknown color: approx Olivetone. HEX triplet: 6D, 64 and 0B. RGB value is (109,100,11). Sum of RGB (Red+Green+Blue) = 109+100+11=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D640B is #929BF4. Grayscale: #5C5C5C. Windows color (decimal): -9608181 or 746605. OLE color: 746605.

HSL color Cylindrical-coordinate representation of color #6D640B: hue angle of 54.49º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D640B is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB10910011-
CMYK00.080.900.57
HSL54.49º81.67%23.53%-
HSV(B)54.49º89.91%42.75%-
XYZ10.9212.392.13-
YUV92.5481.98139.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.55%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 11 (4.69% from 255) = 5%
R=49.55%
G=45.45%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091001100.080.900.5754.4981.6723.53
Hex6D64B085A39365218
Octal15514413010132716612230
Binary110110111001001011010001011010111001110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D640B; }

 p { color: rgb(109,100,11); }

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

<style>
 a { background-color: #6D640B; }

 a { background-color: rgb(109,100,11); }

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

<style>
 span { border-color: #6D640B; }

 span { border-color: rgb(109,100,11); }

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