#6B650E

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

Shades of Olivetone #6B650E

Tints of Olivetone #6B650E

Color information

#6B650E (or 0x6B650E) is unknown color: approx Olivetone. HEX triplet: 6B, 65 and 0E. RGB value is (107,101,14). Sum of RGB (Red+Green+Blue) = 107+101+14=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B650E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B650E is #949AF1. Grayscale: #5D5D5D. Windows color (decimal): -9738994 or 943467. OLE color: 943467.

HSL color Cylindrical-coordinate representation of color #6B650E: hue angle of 56.13º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B650E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB10710114-
CMYK00.060.870.58
HSL56.13º76.86%23.73%-
HSV(B)56.13º86.92%41.96%-
XYZ10.812.462.25-
YUV92.8883.49138.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 14 (5.86% from 255) = 6.31%
R=48.20%
G=45.50%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071011400.060.870.5856.1376.8623.73
Hex6B65E06573A384d18
Octal1531451606127727011530
Binary11010111100101111001101010111111010111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,14); }

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

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

 a { background-color: rgb(107,101,14); }

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

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

 span { border-color: rgb(107,101,14); }

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