#6F6823

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

Shades of Olivetone #6F6823

Tints of Olivetone #6F6823

Color information

#6F6823 (or 0x6F6823) is unknown color: approx Olivetone. HEX triplet: 6F, 68 and 23. RGB value is (111,104,35). Sum of RGB (Red+Green+Blue) = 111+104+35=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6823 is #9097DC. Grayscale: #626262. Windows color (decimal): -9476061 or 2320495. OLE color: 2320495.

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

Color convert

RGB11110435-
CMYK00.060.680.56
HSL54.47º52.05%28.63%-
HSV(B)54.47º68.47%43.53%-
XYZ11.8113.43.55-
YUV98.2392.32137.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.4%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 35 (14.06% from 255) = 14%
R=44.4%
G=41.6%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111043500.060.680.5654.4752.0528.63
Hex6F682306443836341d
Octal157150430610470666435
Binary110111111010001000110110100010011100011011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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