#6F6623

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

Shades of Olivetone #6F6623

Tints of Olivetone #6F6623

Color information

#6F6623 (or 0x6F6623) is unknown color: approx Olivetone. HEX triplet: 6F, 66 and 23. RGB value is (111,102,35). Sum of RGB (Red+Green+Blue) = 111+102+35=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6623 is #9099DC. Grayscale: #616161. Windows color (decimal): -9476573 or 2319983. OLE color: 2319983.

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

Color convert

RGB11110235-
CMYK00.080.680.56
HSL52.89º52.05%28.63%-
HSV(B)52.89º68.47%43.53%-
XYZ11.61133.49-
YUV97.0592.98137.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=44.76%
G=41.13%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111023500.080.680.5652.8952.0528.63
Hex6F662308443835341d
Octal1571464301010470656435
Binary1101111110011010001101000100010011100011010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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