#6B6820

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

Shades of Olivetone #6B6820

Tints of Olivetone #6B6820

Color information

#6B6820 (or 0x6B6820) is unknown color: approx Olivetone. HEX triplet: 6B, 68 and 20. RGB value is (107,104,32). Sum of RGB (Red+Green+Blue) = 107+104+32=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6820 is #9497DF. Grayscale: #606060. Windows color (decimal): -9738208 or 2123883. OLE color: 2123883.

HSL color Cylindrical-coordinate representation of color #6B6820: hue angle of 57.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B6820 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB10710432-
CMYK00.030.700.58
HSL57.6º53.96%27.25%-
HSV(B)57.6º70.09%41.96%-
XYZ11.2713.133.31-
YUV96.6991.49135.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=44.03%
G=42.80%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071043200.030.700.5857.653.9627.25
Hex6B682003463A3a361b
Octal153150400310672726633
Binary11010111101000100000011100011011101011101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,32); }

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

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

 a { background-color: rgb(107,104,32); }

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

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

 span { border-color: rgb(107,104,32); }

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