#6F651E

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

Shades of Olivetone #6F651E

Tints of Olivetone #6F651E

Color information

#6F651E (or 0x6F651E) is unknown color: approx Olivetone. HEX triplet: 6F, 65 and 1E. RGB value is (111,101,30). Sum of RGB (Red+Green+Blue) = 111+101+30=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F651E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F651E is #909AE1. Grayscale: #606060. Windows color (decimal): -9476834 or 1992047. OLE color: 1992047.

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

Color convert

RGB11110130-
CMYK00.090.730.56
HSL52.59º57.45%27.65%-
HSV(B)52.59º72.97%43.53%-
XYZ11.4412.783.09-
YUV95.990.81138.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=45.87%
G=41.74%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111013000.090.730.5652.5957.4527.65
Hex6F651E09493835391c
Octal1571453601111170657134
Binary110111111001011111001001100100111100011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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