Html Css Color HEX #746B20 Olivetone

📋 copy color: '#746B20'

red 116 ◦ green 107 ◦ blue 32

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

Shades of Olivetone #746B20

Tints of Olivetone #746B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 45.49%
G = 41.96%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#746B20 (or 0x746B20) is known color: Olivetone. HEX triplet: 74, 6B and 20. RGB value is (116,107,32). Sum of RGB (Red+Green+Blue) = 116+107+32=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B20 is #8B94DF. Grayscale: #656565. Windows color (decimal): -9147616 or 2124660. OLE color: 2124660.

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

Color convert

RGB 116 107 32 -
CMYK 0 0.08 0.72 0.55
HSL 53.57º 0.57% 0.29% -
HSV(B) 53.57º 0.72% 0.45% -
XYZ 12.72 14.33 3.46 -
YUV 101.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 116 107 32 0 0.08 0.72 0.55 53.57 0.57 0.29
Hex 74 6B 20 0 8 48 37 36 39 1D
Octal 164 153 40 0 10 110 67 66 71 35
Binary 1110100 1101011 100000 0 1000 1001000 110111 110110 111001 11101

Color Harmonies of #746B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B20

Black with #746B20

Text Example


Text Example

White with #746B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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