#6F692C

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

Shades of Olivetone #6F692C

Tints of Olivetone #6F692C

Color information

#6F692C (or 0x6F692C) is unknown color: approx Olivetone. HEX triplet: 6F, 69 and 2C. RGB value is (111,105,44). Sum of RGB (Red+Green+Blue) = 111+105+44=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F692C is #9096D3. Grayscale: #646464. Windows color (decimal): -9475796 or 2910575. OLE color: 2910575.

HSL color Cylindrical-coordinate representation of color #6F692C: hue angle of 54.63º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F692C is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11110544-
CMYK00.050.600.56
HSL54.63º43.23%30.39%-
HSV(B)54.63º60.36%43.53%-
XYZ12.0613.664.38-
YUV99.8496.49135.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=42.69%
G=40.38%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111054400.050.600.5654.6343.2330.39
Hex6F692C053C38372b1e
Octal15715154057470675336
Binary11011111101001101100010111110011100011011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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