Html Css Color HEX #6D680F Olivetone

📋 copy color: '#6D680F'

red 109 ◦ green 104 ◦ blue 15

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

Shades of Olivetone #6D680F

Tints of Olivetone #6D680F

RGB

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

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

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

R = 47.81%
G = 45.61%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D680F (or 0x6D680F) is known color: Olivetone. HEX triplet: 6D, 68 and 0F. RGB value is (109,104,15). Sum of RGB (Red+Green+Blue) = 109+104+15=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D680F is #9297F0. Grayscale: #5F5F5F. Windows color (decimal): -9607153 or 1009773. OLE color: 1009773.

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

Color convert

RGB 109 104 15 -
CMYK 0 0.05 0.86 0.57
HSL 56.81º 0.76% 0.24% -
HSV(B) 56.81º 0.86% 0.43% -
XYZ 11.34 13.19 2.4 -
YUV 95.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 109 104 15 0 0.05 0.86 0.57 56.81 0.76 0.24
Hex 6D 68 F 0 5 56 39 39 4C 18
Octal 155 150 17 0 5 126 71 71 114 30
Binary 1101101 1101000 1111 0 101 1010110 111001 111001 1001100 11000

Color Harmonies of #6D680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D680F

Black with #6D680F

Text Example


Text Example

White with #6D680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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