Html Css Color HEX #746827 Olivetone

📋 copy color: '#746827'

red 116 ◦ green 104 ◦ blue 39

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

Shades of Olivetone #746827

Tints of Olivetone #746827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.15%

 BLUE value IS 39 (15.63% from 255) = 15.06%

R = 44.79%
G = 40.15%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#746827 (or 0x746827) is known color: Olivetone. HEX triplet: 74, 68 and 27. RGB value is (116,104,39). Sum of RGB (Red+Green+Blue) = 116+104+39=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #746827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746827 is #8B97D8. Grayscale: #646464. Windows color (decimal): -9148377 or 2582644. OLE color: 2582644.

HSL color Cylindrical-coordinate representation of color #746827: hue angle of 50.65º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #746827 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 39 -
CMYK 0 0.10 0.66 0.55
HSL 50.65º 0.5% 0.3% -
HSV(B) 50.65º 0.66% 0.45% -
XYZ 12.52 13.76 3.92 -
YUV 100.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 116 104 39 0 0.10 0.66 0.55 50.65 0.5 0.3
Hex 74 68 27 0 A 42 37 33 32 1E
Octal 164 150 47 0 12 102 67 63 62 36
Binary 1110100 1101000 100111 0 1010 1000010 110111 110011 110010 11110

Color Harmonies of #746827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746827

Black with #746827

Text Example


Text Example

White with #746827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746827; }

 p { color: rgb(116,104,39); }

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

background-color css

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

 a { background-color: rgb(116,104,39); }

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

border-color css

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

 span { border-color: rgb(116,104,39); }

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