Html Css Color HEX #6D690F Olivetone

📋 copy color: '#6D690F'

red 109 ◦ green 105 ◦ blue 15

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

Shades of Olivetone #6D690F

Tints of Olivetone #6D690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.85%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 47.6%
G = 45.85%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D690F (or 0x6D690F) is known color: Olivetone. HEX triplet: 6D, 69 and 0F. RGB value is (109,105,15). Sum of RGB (Red+Green+Blue) = 109+105+15=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D690F is #9296F0. Grayscale: #606060. Windows color (decimal): -9606897 or 1010029. OLE color: 1010029.

HSL color Cylindrical-coordinate representation of color #6D690F: hue angle of 57.45º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D690F is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 105 15 -
CMYK 0 0.04 0.86 0.57
HSL 57.45º 0.76% 0.24% -
HSV(B) 57.45º 0.86% 0.43% -
XYZ 11.44 13.39 2.43 -
YUV 95.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 109 105 15 0 0.04 0.86 0.57 57.45 0.76 0.24
Hex 6D 69 F 0 4 56 39 39 4C 18
Octal 155 151 17 0 4 126 71 71 114 30
Binary 1101101 1101001 1111 0 100 1010110 111001 111001 1001100 11000

Color Harmonies of #6D690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D690F

Black with #6D690F

Text Example


Text Example

White with #6D690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,15); }

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

background-color css

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

 a { background-color: rgb(109,105,15); }

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

border-color css

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

 span { border-color: rgb(109,105,15); }

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