Html Css Color HEX #6D6511 Olivetone

📋 copy color: '#6D6511'

red 109 ◦ green 101 ◦ blue 17

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

Shades of Olivetone #6D6511

Tints of Olivetone #6D6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.49%

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

R = 48.02%
G = 44.49%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D6511 (or 0x6D6511) is known color: Olivetone. HEX triplet: 6D, 65 and 11. RGB value is (109,101,17). Sum of RGB (Red+Green+Blue) = 109+101+17=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6511 is #929AEE. Grayscale: #5E5E5E. Windows color (decimal): -9607919 or 1140077. OLE color: 1140077.

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

Color convert

RGB 109 101 17 -
CMYK 0 0.07 0.84 0.57
HSL 54.78º 0.73% 0.25% -
HSV(B) 54.78º 0.84% 0.43% -
XYZ 11.06 12.6 2.38 -
YUV 93.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 109 101 17 0 0.07 0.84 0.57 54.78 0.73 0.25
Hex 6D 65 11 0 7 54 39 37 49 19
Octal 155 145 21 0 7 124 71 67 111 31
Binary 1101101 1100101 10001 0 111 1010100 111001 110111 1001001 11001

Color Harmonies of #6D6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6511

Black with #6D6511

Text Example


Text Example

White with #6D6511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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