Html Css Color HEX #6D6811 Olivetone

📋 copy color: '#6D6811'

red 109 ◦ green 104 ◦ blue 17

#6D6811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #6D6811

Tints of Olivetone #6D6811

RGB

 RED value IS 109 (42.97% from 255) = 47.39%

 GREEN value IS 104 (41.02% from 255) = 45.22%

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 47.39%
G = 45.22%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D6811 (or 0x6D6811) is known color: Olivetone. HEX triplet: 6D, 68 and 11. RGB value is (109,104,17). Sum of RGB (Red+Green+Blue) = 109+104+17=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6811 is #9297EE. Grayscale: #5F5F5F. Windows color (decimal): -9607151 or 1140845. OLE color: 1140845.

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

Color convert

RGB 109 104 17 -
CMYK 0 0.05 0.84 0.57
HSL 56.74º 0.73% 0.25% -
HSV(B) 56.74º 0.84% 0.43% -
XYZ 11.36 13.19 2.48 -
YUV 95.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 109 104 17 0 0.05 0.84 0.57 56.74 0.73 0.25
Hex 6D 68 11 0 5 54 39 39 49 19
Octal 155 150 21 0 5 124 71 71 111 31
Binary 1101101 1101000 10001 0 101 1010100 111001 111001 1001001 11001

Color Harmonies of #6D6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6811

Black with #6D6811

Text Example


Text Example

White with #6D6811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6811;
 }
 .AnyTagClassName
 {
   color: #6D6811;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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