#6D6415

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

Shades of Olivetone #6D6415

Tints of Olivetone #6D6415

Color information

#6D6415 (or 0x6D6415) is unknown color: approx Olivetone. HEX triplet: 6D, 64 and 15. RGB value is (109,100,21). Sum of RGB (Red+Green+Blue) = 109+100+21=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6415 is #929BEA. Grayscale: #5E5E5E. Windows color (decimal): -9608171 or 1401965. OLE color: 1401965.

HSL color Cylindrical-coordinate representation of color #6D6415: hue angle of 53.86º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D6415 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB10910021-
CMYK00.080.810.57
HSL53.86º67.69%25.49%-
HSV(B)53.86º80.73%42.75%-
XYZ1112.422.53-
YUV93.6886.98138.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=47.39%
G=43.48%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091002100.080.810.5753.8667.6925.49
Hex6D6415085139364419
Octal15514425010121716610431
Binary1101101110010010101010001010001111001110110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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