Html Css Color HEX #746C16 Olivetone

📋 copy color: '#746C16'

red 116 ◦ green 108 ◦ blue 22

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

Shades of Olivetone #746C16

Tints of Olivetone #746C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.9%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 47.15%
G = 43.9%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#746C16 (or 0x746C16) is known color: Olivetone. HEX triplet: 74, 6C and 16. RGB value is (116,108,22). Sum of RGB (Red+Green+Blue) = 116+108+22=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #746C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C16 is #8B93E9. Grayscale: #646464. Windows color (decimal): -9147370 or 1469556. OLE color: 1469556.

HSL color Cylindrical-coordinate representation of color #746C16: hue angle of 54.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #746C16 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 22 -
CMYK 0 0.07 0.81 0.55
HSL 54.89º 0.68% 0.27% -
HSV(B) 54.89º 0.81% 0.45% -
XYZ 12.71 14.5 2.89 -
YUV 100.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 116 108 22 0 0.07 0.81 0.55 54.89 0.68 0.27
Hex 74 6C 16 0 7 51 37 37 44 1B
Octal 164 154 26 0 7 121 67 67 104 33
Binary 1110100 1101100 10110 0 111 1010001 110111 110111 1000100 11011

Color Harmonies of #746C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C16

Black with #746C16

Text Example


Text Example

White with #746C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,108,22); }

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

background-color css

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

 a { background-color: rgb(116,108,22); }

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

border-color css

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

 span { border-color: rgb(116,108,22); }

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