Html Css Color HEX #6D6B11 Olivetone

📋 copy color: '#6D6B11'

red 109 ◦ green 107 ◦ blue 17

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

Shades of Olivetone #6D6B11

Tints of Olivetone #6D6B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.92%

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

R = 46.78%
G = 45.92%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D6B11 (or 0x6D6B11) is known color: Olivetone. HEX triplet: 6D, 6B and 11. RGB value is (109,107,17). Sum of RGB (Red+Green+Blue) = 109+107+17=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6B11 is #9294EE. Grayscale: #616161. Windows color (decimal): -9606383 or 1141613. OLE color: 1141613.

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

Color convert

RGB 109 107 17 -
CMYK 0 0.02 0.84 0.57
HSL 58.7º 0.73% 0.25% -
HSV(B) 58.7º 0.84% 0.43% -
XYZ 11.67 13.81 2.58 -
YUV 97.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 109 107 17 0 0.02 0.84 0.57 58.7 0.73 0.25
Hex 6D 6B 11 0 2 54 39 3B 49 19
Octal 155 153 21 0 2 124 71 73 111 31
Binary 1101101 1101011 10001 0 10 1010100 111001 111011 1001001 11001

Color Harmonies of #6D6B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6B11

Black with #6D6B11

Text Example


Text Example

White with #6D6B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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