#6B6510

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

Shades of Olivetone #6B6510

Tints of Olivetone #6B6510

Color information

#6B6510 (or 0x6B6510) is unknown color: approx Olivetone. HEX triplet: 6B, 65 and 10. RGB value is (107,101,16). Sum of RGB (Red+Green+Blue) = 107+101+16=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6510 is #949AEF. Grayscale: #5D5D5D. Windows color (decimal): -9738992 or 1074539. OLE color: 1074539.

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

Color convert

RGB10710116-
CMYK00.060.850.58
HSL56.04º73.98%24.12%-
HSV(B)56.04º85.05%41.96%-
XYZ10.8112.472.33-
YUV93.184.49137.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.77%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=47.77%
G=45.09%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071011600.060.850.5856.0473.9824.12
Hex6B651006553A384a18
Octal1531452006125727011230
Binary110101111001011000001101010101111010111000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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