Html Css Color HEX #6F6D19 Olivetone

📋 copy color: '#6F6D19'

red 111 ◦ green 109 ◦ blue 25

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

Shades of Olivetone #6F6D19

Tints of Olivetone #6F6D19

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 45.31%
G = 44.49%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F6D19 (or 0x6F6D19) is known color: Olivetone. HEX triplet: 6F, 6D and 19. RGB value is (111,109,25). Sum of RGB (Red+Green+Blue) = 111+109+25=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6D19 is #9092E6. Grayscale: #646464. Windows color (decimal): -9474791 or 1666415. OLE color: 1666415.

HSL color Cylindrical-coordinate representation of color #6F6D19: hue angle of 58.6º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F6D19 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 109 25 -
CMYK 0 0.02 0.77 0.56
HSL 58.6º 0.63% 0.27% -
HSV(B) 58.6º 0.77% 0.44% -
XYZ 12.2 14.39 3.05 -
YUV 100.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 111 109 25 0 0.02 0.77 0.56 58.6 0.63 0.27
Hex 6F 6D 19 0 2 4D 38 3B 3F 1B
Octal 157 155 31 0 2 115 70 73 77 33
Binary 1101111 1101101 11001 0 10 1001101 111000 111011 111111 11011

Color Harmonies of #6F6D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D19

Black with #6F6D19

Text Example


Text Example

White with #6F6D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,25); }

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

background-color css

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

 a { background-color: rgb(111,109,25); }

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

border-color css

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

 span { border-color: rgb(111,109,25); }

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