Html Css Color HEX #746D2A Olivetone

📋 copy color: '#746D2A'

red 116 ◦ green 109 ◦ blue 42

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

Shades of Olivetone #746D2A

Tints of Olivetone #746D2A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.82%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 43.45%
G = 40.82%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#746D2A (or 0x746D2A) is known color: Olivetone. HEX triplet: 74, 6D and 2A. RGB value is (116,109,42). Sum of RGB (Red+Green+Blue) = 116+109+42=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D2A is #8B92D5. Grayscale: #676767. Windows color (decimal): -9147094 or 2780532. OLE color: 2780532.

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

Color convert

RGB 116 109 42 -
CMYK 0 0.06 0.64 0.55
HSL 54.32º 0.47% 0.31% -
HSV(B) 54.32º 0.64% 0.45% -
XYZ 13.09 14.82 4.36 -
YUV 103.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 116 109 42 0 0.06 0.64 0.55 54.32 0.47 0.31
Hex 74 6D 2A 0 6 40 37 36 2F 1F
Octal 164 155 52 0 6 100 67 66 57 37
Binary 1110100 1101101 101010 0 110 1000000 110111 110110 101111 11111

Color Harmonies of #746D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D2A

Black with #746D2A

Text Example


Text Example

White with #746D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,42); }

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

background-color css

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

 a { background-color: rgb(116,109,42); }

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

border-color css

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

 span { border-color: rgb(116,109,42); }

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