Html Css Color HEX #6F640E Olivetone

📋 copy color: '#6F640E'

red 111 ◦ green 100 ◦ blue 14

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

Shades of Olivetone #6F640E

Tints of Olivetone #6F640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.44%

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

R = 49.33%
G = 44.44%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F640E (or 0x6F640E) is known color: Olivetone. HEX triplet: 6F, 64 and 0E. RGB value is (111,100,14). Sum of RGB (Red+Green+Blue) = 111+100+14=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F640E is #909BF1. Grayscale: #5D5D5D. Windows color (decimal): -9477106 or 943215. OLE color: 943215.

HSL color Cylindrical-coordinate representation of color #6F640E: hue angle of 53.2º 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 #6F640E is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 14 -
CMYK 0 0.10 0.87 0.56
HSL 53.2º 0.78% 0.25% -
HSV(B) 53.2º 0.87% 0.44% -
XYZ 11.19 12.53 2.24 -
YUV 93.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 111 100 14 0 0.10 0.87 0.56 53.2 0.78 0.25
Hex 6F 64 E 0 A 57 38 35 4E 19
Octal 157 144 16 0 12 127 70 65 116 31
Binary 1101111 1100100 1110 0 1010 1010111 111000 110101 1001110 11001

Color Harmonies of #6F640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F640E

Black with #6F640E

Text Example


Text Example

White with #6F640E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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