Html Css Color HEX #6F6D11 Olivetone

📋 copy color: '#6F6D11'

red 111 ◦ green 109 ◦ blue 17

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

Shades of Olivetone #6F6D11

Tints of Olivetone #6F6D11

RGB

 RED value IS 111 (43.75% from 255) = 46.84%

 GREEN value IS 109 (42.97% from 255) = 45.99%

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

R = 46.84%
G = 45.99%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F6D11 (or 0x6F6D11) is known color: Olivetone. HEX triplet: 6F, 6D and 11. RGB value is (111,109,17). Sum of RGB (Red+Green+Blue) = 111+109+17=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6D11 is #9092EE. Grayscale: #636363. Windows color (decimal): -9474799 or 1142127. OLE color: 1142127.

HSL color Cylindrical-coordinate representation of color #6F6D11: hue angle of 58.72º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F6D11 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 109 17 -
CMYK 0 0.02 0.85 0.56
HSL 58.72º 0.73% 0.25% -
HSV(B) 58.72º 0.85% 0.44% -
XYZ 12.13 14.36 2.66 -
YUV 99.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 111 109 17 0 0.02 0.85 0.56 58.72 0.73 0.25
Hex 6F 6D 11 0 2 55 38 3B 49 19
Octal 157 155 21 0 2 125 70 73 111 31
Binary 1101111 1101101 10001 0 10 1010101 111000 111011 1001001 11001

Color Harmonies of #6F6D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D11

Black with #6F6D11

Text Example


Text Example

White with #6F6D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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