Html Css Color HEX #746D1F Olivetone

📋 copy color: '#746D1F'

red 116 ◦ green 109 ◦ blue 31

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

Shades of Olivetone #746D1F

Tints of Olivetone #746D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 45.31%
G = 42.58%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#746D1F (or 0x746D1F) is known color: Olivetone. HEX triplet: 74, 6D and 1F. RGB value is (116,109,31). Sum of RGB (Red+Green+Blue) = 116+109+31=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #746D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D1F is #8B92E0. Grayscale: #666666. Windows color (decimal): -9147105 or 2059636. OLE color: 2059636.

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

Color convert

RGB 116 109 31 -
CMYK 0 0.06 0.73 0.55
HSL 55.06º 0.58% 0.29% -
HSV(B) 55.06º 0.73% 0.45% -
XYZ 12.92 14.75 3.46 -
YUV 102.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 116 109 31 0 0.06 0.73 0.55 55.06 0.58 0.29
Hex 74 6D 1F 0 6 49 37 37 3A 1D
Octal 164 155 37 0 6 111 67 67 72 35
Binary 1110100 1101101 11111 0 110 1001001 110111 110111 111010 11101

Color Harmonies of #746D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D1F

Black with #746D1F

Text Example


Text Example

White with #746D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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