#6B6721

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

Shades of Olivetone #6B6721

Tints of Olivetone #6B6721

Color information

#6B6721 (or 0x6B6721) is unknown color: approx Olivetone. HEX triplet: 6B, 67 and 21. RGB value is (107,103,33). Sum of RGB (Red+Green+Blue) = 107+103+33=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6721 is #9498DE. Grayscale: #606060. Windows color (decimal): -9738463 or 2189163. OLE color: 2189163.

HSL color Cylindrical-coordinate representation of color #6B6721: hue angle of 56.76º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B6721 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB10710333-
CMYK00.040.690.58
HSL56.76º52.86%27.45%-
HSV(B)56.76º69.16%41.96%-
XYZ11.1912.943.35-
YUV96.2292.33135.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=44.03%
G=42.39%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071033300.040.690.5856.7652.8627.45
Hex6B672104453A39351b
Octal153147410410572716533
Binary110101111001111000010100100010111101011100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,33); }

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

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

 a { background-color: rgb(107,103,33); }

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

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

 span { border-color: rgb(107,103,33); }

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