Html Css Color HEX #6F680E Olivetone

📋 copy color: '#6F680E'

red 111 ◦ green 104 ◦ blue 14

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

Shades of Olivetone #6F680E

Tints of Olivetone #6F680E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 48.47%
G = 45.41%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F680E (or 0x6F680E) is known color: Olivetone. HEX triplet: 6F, 68 and 0E. RGB value is (111,104,14). Sum of RGB (Red+Green+Blue) = 111+104+14=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F680E is #9097F1. Grayscale: #606060. Windows color (decimal): -9476082 or 944239. OLE color: 944239.

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

Color convert

RGB 111 104 14 -
CMYK 0 0.06 0.87 0.56
HSL 55.67º 0.78% 0.25% -
HSV(B) 55.67º 0.87% 0.44% -
XYZ 11.59 13.31 2.37 -
YUV 95.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 111 104 14 0 0.06 0.87 0.56 55.67 0.78 0.25
Hex 6F 68 E 0 6 57 38 38 4E 19
Octal 157 150 16 0 6 127 70 70 116 31
Binary 1101111 1101000 1110 0 110 1010111 111000 111000 1001110 11001

Color Harmonies of #6F680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F680E

Black with #6F680E

Text Example


Text Example

White with #6F680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,14); }

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

background-color css

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

 a { background-color: rgb(111,104,14); }

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

border-color css

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

 span { border-color: rgb(111,104,14); }

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