Html Css Color HEX #746920 Olivetone

📋 copy color: '#746920'

red 116 ◦ green 105 ◦ blue 32

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

Shades of Olivetone #746920

Tints of Olivetone #746920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

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

R = 45.85%
G = 41.5%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#746920 (or 0x746920) is known color: Olivetone. HEX triplet: 74, 69 and 20. RGB value is (116,105,32). Sum of RGB (Red+Green+Blue) = 116+105+32=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #746920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746920 is #8B96DF. Grayscale: #646464. Windows color (decimal): -9148128 or 2124148. OLE color: 2124148.

HSL color Cylindrical-coordinate representation of color #746920: hue angle of 52.14º 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 #746920 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 32 -
CMYK 0 0.09 0.72 0.55
HSL 52.14º 0.57% 0.29% -
HSV(B) 52.14º 0.72% 0.45% -
XYZ 12.51 13.92 3.39 -
YUV 99.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 116 105 32 0 0.09 0.72 0.55 52.14 0.57 0.29
Hex 74 69 20 0 9 48 37 34 39 1D
Octal 164 151 40 0 11 110 67 64 71 35
Binary 1110100 1101001 100000 0 1001 1001000 110111 110100 111001 11101

Color Harmonies of #746920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746920

Black with #746920

Text Example


Text Example

White with #746920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746920; }

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

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

background-color css

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

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

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

border-color css

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

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

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