Html Css Color HEX #746720 Olivetone

📋 copy color: '#746720'

red 116 ◦ green 103 ◦ blue 32

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

Shades of Olivetone #746720

Tints of Olivetone #746720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 46.22%
G = 41.04%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#746720 (or 0x746720) is known color: Olivetone. HEX triplet: 74, 67 and 20. RGB value is (116,103,32). Sum of RGB (Red+Green+Blue) = 116+103+32=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746720 is #8B98DF. Grayscale: #636363. Windows color (decimal): -9148640 or 2123636. OLE color: 2123636.

HSL color Cylindrical-coordinate representation of color #746720: hue angle of 50.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746720 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 32 -
CMYK 0 0.11 0.72 0.55
HSL 50.71º 0.57% 0.29% -
HSV(B) 50.71º 0.72% 0.45% -
XYZ 12.31 13.52 3.33 -
YUV 98.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 116 103 32 0 0.11 0.72 0.55 50.71 0.57 0.29
Hex 74 67 20 0 B 48 37 33 39 1D
Octal 164 147 40 0 13 110 67 63 71 35
Binary 1110100 1100111 100000 0 1011 1001000 110111 110011 111001 11101

Color Harmonies of #746720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746720

Black with #746720

Text Example


Text Example

White with #746720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746720; }

 p { color: rgb(116,103,32); }

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

background-color css

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

 a { background-color: rgb(116,103,32); }

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

border-color css

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

 span { border-color: rgb(116,103,32); }

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