#746A1D

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

Shades of Olivetone #746A1D

Tints of Olivetone #746A1D

Color information

#746A1D (or 0x746A1D) is unknown color: approx Olivetone. HEX triplet: 74, 6A and 1D. RGB value is (116,106,29). Sum of RGB (Red+Green+Blue) = 116+106+29=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A1D is #8B95E2. Grayscale: #646464. Windows color (decimal): -9147875 or 1927796. OLE color: 1927796.

HSL color Cylindrical-coordinate representation of color #746A1D: hue angle of 53.1º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #746A1D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11610629-
CMYK00.090.750.55
HSL53.1º60%28.43%-
HSV(B)53.1º75%45.49%-
XYZ12.5814.113.22-
YUV100.2187.81139.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 29 (11.72% from 255) = 11.55%
R=46.22%
G=42.23%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161062900.090.750.5553.16028.43
Hex746A1D094B37353c1c
Octal1641523501111367657434
Binary111010011010101110101001100101111011111010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,29); }

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

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

 a { background-color: rgb(116,106,29); }

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

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

 span { border-color: rgb(116,106,29); }

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