Html Css Color HEX #746B29 Olivetone

📋 copy color: '#746B29'

red 116 ◦ green 107 ◦ blue 41

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

Shades of Olivetone #746B29

Tints of Olivetone #746B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 43.94%
G = 40.53%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#746B29 (or 0x746B29) is known color: Olivetone. HEX triplet: 74, 6B and 29. RGB value is (116,107,41). Sum of RGB (Red+Green+Blue) = 116+107+41=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #746B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B29 is #8B94D6. Grayscale: #666666. Windows color (decimal): -9147607 or 2714484. OLE color: 2714484.

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

Color convert

RGB 116 107 41 -
CMYK 0 0.08 0.65 0.55
HSL 52.8º 0.48% 0.31% -
HSV(B) 52.8º 0.65% 0.45% -
XYZ 12.86 14.39 4.2 -
YUV 102.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 116 107 41 0 0.08 0.65 0.55 52.8 0.48 0.31
Hex 74 6B 29 0 8 41 37 35 30 1F
Octal 164 153 51 0 10 101 67 65 60 37
Binary 1110100 1101011 101001 0 1000 1000001 110111 110101 110000 11111

Color Harmonies of #746B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B29

Black with #746B29

Text Example


Text Example

White with #746B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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