Html Css Color HEX #746A13 Olivetone

📋 copy color: '#746A13'

red 116 ◦ green 106 ◦ blue 19

#746A13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #746A13

Tints of Olivetone #746A13

RGB

 RED value IS 116 (45.7% from 255) = 48.13%

 GREEN value IS 106 (41.8% from 255) = 43.98%

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 48.13%
G = 43.98%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746A13 (or 0x746A13) is known color: Olivetone. HEX triplet: 74, 6A and 13. RGB value is (116,106,19). Sum of RGB (Red+Green+Blue) = 116+106+19=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #746A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A13 is #8B95EC. Grayscale: #636363. Windows color (decimal): -9147885 or 1272436. OLE color: 1272436.

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

Color convert

RGB 116 106 19 -
CMYK 0 0.09 0.84 0.55
HSL 53.81º 0.72% 0.26% -
HSV(B) 53.81º 0.84% 0.45% -
XYZ 12.47 14.07 2.67 -
YUV 99.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 116 106 19 0 0.09 0.84 0.55 53.81 0.72 0.26
Hex 74 6A 13 0 9 54 37 36 48 1A
Octal 164 152 23 0 11 124 67 66 110 32
Binary 1110100 1101010 10011 0 1001 1010100 110111 110110 1001000 11010

Color Harmonies of #746A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A13

Black with #746A13

Text Example


Text Example

White with #746A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #746A13;
 }
 .AnyTagClassName
 {
   color: #746A13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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