Html Css Color HEX #746A1D Olivetone

📋 copy color: '#746A1D'

red 116 ◦ green 106 ◦ blue 29

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

Shades of Olivetone #746A1D

Tints of Olivetone #746A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.23%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 46.22%
G = 42.23%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#746A1D (or 0x746A1D) is known color: Olivetone. HEX triplet: 74, 6A and 1D. RGB value is (116,106,29). Sum of RGB (Red+Green+Blue) = 116+106+29=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A1D is #8B95E2. Grayscale: #646464. Windows color (decimal): -9147875 or 1927796. OLE color: 1927796.

HSL color Cylindrical-coordinate representation of color #746A1D: hue angle of 53.1º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #746A1D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 29 -
CMYK 0 0.09 0.75 0.55
HSL 53.1º 0.6% 0.28% -
HSV(B) 53.1º 0.75% 0.45% -
XYZ 12.58 14.11 3.22 -
YUV 100.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 116 106 29 0 0.09 0.75 0.55 53.1 0.6 0.28
Hex 74 6A 1D 0 9 4B 37 35 3C 1C
Octal 164 152 35 0 11 113 67 65 74 34
Binary 1110100 1101010 11101 0 1001 1001011 110111 110101 111100 11100

Color Harmonies of #746A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A1D

Black with #746A1D

Text Example


Text Example

White with #746A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,29); }

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

background-color css

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

 a { background-color: rgb(116,106,29); }

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

border-color css

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

 span { border-color: rgb(116,106,29); }

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