#6D6311

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

Shades of Olivetone #6D6311

Tints of Olivetone #6D6311

Color information

#6D6311 (or 0x6D6311) is unknown color: approx Olivetone. HEX triplet: 6D, 63 and 11. RGB value is (109,99,17). Sum of RGB (Red+Green+Blue) = 109+99+17=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6311 is #929CEE. Grayscale: #5C5C5C. Windows color (decimal): -9608431 or 1139565. OLE color: 1139565.

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

Color convert

RGB1099917-
CMYK00.090.840.57
HSL53.48º73.02%24.71%-
HSV(B)53.48º84.4%42.75%-
XYZ10.8712.222.32-
YUV92.6485.31139.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=48.44%
G=44%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109991700.090.840.5753.4873.0224.71
Hex6D6311095439354919
Octal15514321011124716511131
Binary1101101110001110001010011010100111001110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,17); }

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

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

 a { background-color: rgb(109,99,17); }

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

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

 span { border-color: rgb(109,99,17); }

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