Html Css Color HEX #746826 Olivetone

📋 copy color: '#746826'

red 116 ◦ green 104 ◦ blue 38

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

Shades of Olivetone #746826

Tints of Olivetone #746826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.73%

R = 44.96%
G = 40.31%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#746826 (or 0x746826) is known color: Olivetone. HEX triplet: 74, 68 and 26. RGB value is (116,104,38). Sum of RGB (Red+Green+Blue) = 116+104+38=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #746826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746826 is #8B97D9. Grayscale: #646464. Windows color (decimal): -9148378 or 2517108. OLE color: 2517108.

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

Color convert

RGB 116 104 38 -
CMYK 0 0.10 0.67 0.55
HSL 50.77º 0.51% 0.3% -
HSV(B) 50.77º 0.67% 0.45% -
XYZ 12.5 13.75 3.83 -
YUV 100.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 116 104 38 0 0.10 0.67 0.55 50.77 0.51 0.3
Hex 74 68 26 0 A 43 37 33 33 1E
Octal 164 150 46 0 12 103 67 63 63 36
Binary 1110100 1101000 100110 0 1010 1000011 110111 110011 110011 11110

Color Harmonies of #746826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746826

Black with #746826

Text Example


Text Example

White with #746826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746826; }

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

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

background-color css

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

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

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

border-color css

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

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

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