#6B6710

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

Shades of Olivetone #6B6710

Tints of Olivetone #6B6710

Color information

#6B6710 (or 0x6B6710) is unknown color: approx Olivetone. HEX triplet: 6B, 67 and 10. RGB value is (107,103,16). Sum of RGB (Red+Green+Blue) = 107+103+16=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6710 is #9498EF. Grayscale: #5E5E5E. Windows color (decimal): -9738480 or 1075051. OLE color: 1075051.

HSL color Cylindrical-coordinate representation of color #6B6710: hue angle of 57.36º 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 #6B6710 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB10710316-
CMYK00.040.850.58
HSL57.36º73.98%24.12%-
HSV(B)57.36º85.05%41.96%-
XYZ11.0112.862.39-
YUV94.2883.83137.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=47.35%
G=45.58%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071031600.040.850.5857.3673.9824.12
Hex6B671004553A394a18
Octal1531472004125727111230
Binary110101111001111000001001010101111010111001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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