Html Css Color HEX #746823 Olivetone

📋 copy color: '#746823'

red 116 ◦ green 104 ◦ blue 35

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

Shades of Olivetone #746823

Tints of Olivetone #746823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 45.49%
G = 40.78%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#746823 (or 0x746823) is known color: Olivetone. HEX triplet: 74, 68 and 23. RGB value is (116,104,35). Sum of RGB (Red+Green+Blue) = 116+104+35=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746823 is #8B97DC. Grayscale: #646464. Windows color (decimal): -9148381 or 2320500. OLE color: 2320500.

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

Color convert

RGB 116 104 35 -
CMYK 0 0.10 0.70 0.55
HSL 51.11º 0.54% 0.3% -
HSV(B) 51.11º 0.7% 0.45% -
XYZ 12.46 13.73 3.58 -
YUV 99.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 116 104 35 0 0.10 0.70 0.55 51.11 0.54 0.3
Hex 74 68 23 0 A 46 37 33 36 1E
Octal 164 150 43 0 12 106 67 63 66 36
Binary 1110100 1101000 100011 0 1010 1000110 110111 110011 110110 11110

Color Harmonies of #746823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746823

Black with #746823

Text Example


Text Example

White with #746823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746823; }

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

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

background-color css

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

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

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

border-color css

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

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

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