#6B6915

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

Shades of Olivetone #6B6915

Tints of Olivetone #6B6915

Color information

#6B6915 (or 0x6B6915) is unknown color: approx Olivetone. HEX triplet: 6B, 69 and 15. RGB value is (107,105,21). Sum of RGB (Red+Green+Blue) = 107+105+21=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6915 is #9496EA. Grayscale: #606060. Windows color (decimal): -9737963 or 1403243. OLE color: 1403243.

HSL color Cylindrical-coordinate representation of color #6B6915: hue angle of 58.6º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B6915 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB10710521-
CMYK00.020.800.58
HSL58.6º67.19%25.1%-
HSV(B)58.6º80.37%41.96%-
XYZ11.2513.282.68-
YUV96.0285.66135.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 21 (8.59% from 255) = 9.01%
R=45.92%
G=45.06%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071052100.020.800.5858.667.1925.1
Hex6B691502503A3b4319
Octal1531512502120727310331
Binary11010111101001101010101010000111010111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,21); }

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

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

 a { background-color: rgb(107,105,21); }

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

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

 span { border-color: rgb(107,105,21); }

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