#6B6621

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

Shades of Olivetone #6B6621

Tints of Olivetone #6B6621

Color information

#6B6621 (or 0x6B6621) is unknown color: approx Olivetone. HEX triplet: 6B, 66 and 21. RGB value is (107,102,33). Sum of RGB (Red+Green+Blue) = 107+102+33=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6621 is #9499DE. Grayscale: #5F5F5F. Windows color (decimal): -9738719 or 2188907. OLE color: 2188907.

HSL color Cylindrical-coordinate representation of color #6B6621: hue angle of 55.95º 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 #6B6621 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB10710233-
CMYK00.050.690.58
HSL55.95º52.86%27.45%-
HSV(B)55.95º69.16%41.96%-
XYZ11.0912.743.31-
YUV95.6392.66136.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=44.21%
G=42.15%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071023300.050.690.5855.9552.8627.45
Hex6B662105453A38351b
Octal153146410510572706533
Binary110101111001101000010101100010111101011100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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