#6F692F

Color #6F692F Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #6F692F

Tints of Olivetone #6F692F

Color information

#6F692F (or 0x6F692F) is unknown color: approx Olivetone. HEX triplet: 6F, 69 and 2F. RGB value is (111,105,47). Sum of RGB (Red+Green+Blue) = 111+105+47=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F692F is #9096D0. Grayscale: #646464. Windows color (decimal): -9475793 or 3107183. OLE color: 3107183.

HSL color Cylindrical-coordinate representation of color #6F692F: hue angle of 54.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F692F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11110547-
CMYK00.050.580.56
HSL54.38º40.51%30.98%-
HSV(B)54.38º57.66%43.53%-
XYZ12.1213.694.69-
YUV100.1897.99135.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=42.21%
G=39.92%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111054700.050.580.5654.3840.5130.98
Hex6F692F053A3836291f
Octal15715157057270665137
Binary11011111101001101111010111101011100011011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,47); }

 H1.HeaderClassName
 {
   color: #6F692F;
 }
 .AnyTagClassName
 {
   color: #6F692F;
 }
</style>
background-color css

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

 a { background-color: rgb(111,105,47); }

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

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

 span { border-color: rgb(111,105,47); }

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