Html Css Color HEX #746B13 Olivetone

📋 copy color: '#746B13'

red 116 ◦ green 107 ◦ blue 19

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

Shades of Olivetone #746B13

Tints of Olivetone #746B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

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

R = 47.93%
G = 44.21%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746B13 (or 0x746B13) is known color: Olivetone. HEX triplet: 74, 6B and 13. RGB value is (116,107,19). Sum of RGB (Red+Green+Blue) = 116+107+19=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B13 is #8B94EC. Grayscale: #646464. Windows color (decimal): -9147629 or 1272692. OLE color: 1272692.

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

Color convert

RGB 116 107 19 -
CMYK 0 0.08 0.84 0.55
HSL 54.43º 0.72% 0.26% -
HSV(B) 54.43º 0.84% 0.45% -
XYZ 12.58 14.28 2.71 -
YUV 99.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 116 107 19 0 0.08 0.84 0.55 54.43 0.72 0.26
Hex 74 6B 13 0 8 54 37 36 48 1A
Octal 164 153 23 0 10 124 67 66 110 32
Binary 1110100 1101011 10011 0 1000 1010100 110111 110110 1001000 11010

Color Harmonies of #746B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B13

Black with #746B13

Text Example


Text Example

White with #746B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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