#6B6410

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

Shades of Olivetone #6B6410

Tints of Olivetone #6B6410

Color information

#6B6410 (or 0x6B6410) is unknown color: approx Olivetone. HEX triplet: 6B, 64 and 10. RGB value is (107,100,16). Sum of RGB (Red+Green+Blue) = 107+100+16=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6410 is #949BEF. Grayscale: #5C5C5C. Windows color (decimal): -9739248 or 1074283. OLE color: 1074283.

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

Color convert

RGB10710016-
CMYK00.070.850.58
HSL55.38º73.98%24.12%-
HSV(B)55.38º85.05%41.96%-
XYZ10.7112.282.3-
YUV92.5284.82138.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=47.98%
G=44.84%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071001600.070.850.5855.3873.9824.12
Hex6B641007553A374a18
Octal1531442007125726711230
Binary110101111001001000001111010101111010110111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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