#746C0D

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

Shades of Olivetone #746C0D

Tints of Olivetone #746C0D

Color information

#746C0D (or 0x746C0D) is unknown color: approx Olivetone. HEX triplet: 74, 6C and 0D. RGB value is (116,108,13). Sum of RGB (Red+Green+Blue) = 116+108+13=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C0D is #8B93F2. Grayscale: #636363. Windows color (decimal): -9147379 or 879732. OLE color: 879732.

HSL color Cylindrical-coordinate representation of color #746C0D: hue angle of 55.34º 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 #746C0D is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11610813-
CMYK00.070.890.55
HSL55.34º79.84%25.29%-
HSV(B)55.34º88.79%45.49%-
XYZ12.6414.472.51-
YUV99.5679.15139.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 13 (5.47% from 255) = 5.49%
R=48.95%
G=45.57%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161081300.070.890.5555.3479.8425.29
Hex746CD075937375019
Octal1641541507131676712031
Binary11101001101100110101111011001110111110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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