#6F6518

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

Shades of Olivetone #6F6518

Tints of Olivetone #6F6518

Color information

#6F6518 (or 0x6F6518) is unknown color: approx Olivetone. HEX triplet: 6F, 65 and 18. RGB value is (111,101,24). Sum of RGB (Red+Green+Blue) = 111+101+24=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6518 is #909AE7. Grayscale: #5F5F5F. Windows color (decimal): -9476840 or 1598831. OLE color: 1598831.

HSL color Cylindrical-coordinate representation of color #6F6518: hue angle of 53.1º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F6518 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB11110124-
CMYK00.090.780.56
HSL53.1º64.44%26.47%-
HSV(B)53.1º78.38%43.53%-
XYZ11.3712.752.73-
YUV95.2187.81139.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=47.03%
G=42.80%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111012400.090.780.5653.164.4426.47
Hex6F6518094E3835401a
Octal15714530011116706510032
Binary1101111110010111000010011001110111000110101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,24); }

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

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

 a { background-color: rgb(111,101,24); }

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

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

 span { border-color: rgb(111,101,24); }

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