Html Css Color HEX #746D1A Olivetone

📋 copy color: '#746D1A'

red 116 ◦ green 109 ◦ blue 26

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

Shades of Olivetone #746D1A

Tints of Olivetone #746D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 46.22%
G = 43.43%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#746D1A (or 0x746D1A) is known color: Olivetone. HEX triplet: 74, 6D and 1A. RGB value is (116,109,26). Sum of RGB (Red+Green+Blue) = 116+109+26=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D1A is #8B92E5. Grayscale: #656565. Windows color (decimal): -9147110 or 1731956. OLE color: 1731956.

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

Color convert

RGB 116 109 26 -
CMYK 0 0.06 0.78 0.55
HSL 55.33º 0.63% 0.28% -
HSV(B) 55.33º 0.78% 0.45% -
XYZ 12.86 14.72 3.14 -
YUV 101.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 116 109 26 0 0.06 0.78 0.55 55.33 0.63 0.28
Hex 74 6D 1A 0 6 4E 37 37 3F 1C
Octal 164 155 32 0 6 116 67 67 77 34
Binary 1110100 1101101 11010 0 110 1001110 110111 110111 111111 11100

Color Harmonies of #746D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D1A

Black with #746D1A

Text Example


Text Example

White with #746D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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