#746B0D

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

Shades of Olivetone #746B0D

Tints of Olivetone #746B0D

Color information

#746B0D (or 0x746B0D) is unknown color: approx Olivetone. HEX triplet: 74, 6B and 0D. RGB value is (116,107,13). Sum of RGB (Red+Green+Blue) = 116+107+13=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B0D is #8B94F2. Grayscale: #636363. Windows color (decimal): -9147635 or 879476. OLE color: 879476.

HSL color Cylindrical-coordinate representation of color #746B0D: hue angle of 54.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #746B0D is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11610713-
CMYK00.080.890.55
HSL54.76º79.84%25.29%-
HSV(B)54.76º88.79%45.49%-
XYZ12.5314.262.47-
YUV98.9879.48140.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=49.15%
G=45.34%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161071300.080.890.5554.7679.8425.29
Hex746BD085937375019
Octal16415315010131676712031
Binary111010011010111101010001011001110111110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746B0D; }

 p { color: rgb(116,107,13); }

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

<style>
 a { background-color: #746B0D; }

 a { background-color: rgb(116,107,13); }

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

<style>
 span { border-color: #746B0D; }

 span { border-color: rgb(116,107,13); }

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