#6F650B

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

Shades of Olivetone #6F650B

Tints of Olivetone #6F650B

Color information

#6F650B (or 0x6F650B) is unknown color: approx Olivetone. HEX triplet: 6F, 65 and 0B. RGB value is (111,101,11). Sum of RGB (Red+Green+Blue) = 111+101+11=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F650B is #909AF4. Grayscale: #5E5E5E. Windows color (decimal): -9476853 or 746863. OLE color: 746863.

HSL color Cylindrical-coordinate representation of color #6F650B: hue angle of 54º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F650B is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB11110111-
CMYK00.090.900.56
HSL54º81.97%23.92%-
HSV(B)54º90.09%43.53%-
XYZ11.2712.712.18-
YUV93.7381.31140.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=49.78%
G=45.29%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111011100.090.900.565481.9723.92
Hex6F65B095A38365218
Octal15714513011132706612230
Binary110111111001011011010011011010111000110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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