Html Css Color HEX #746C28 Olivetone

📋 copy color: '#746C28'

red 116 ◦ green 108 ◦ blue 40

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

Shades of Olivetone #746C28

Tints of Olivetone #746C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 43.94%
G = 40.91%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#746C28 (or 0x746C28) is known color: Olivetone. HEX triplet: 74, 6C and 28. RGB value is (116,108,40). Sum of RGB (Red+Green+Blue) = 116+108+40=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #746C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C28 is #8B93D7. Grayscale: #666666. Windows color (decimal): -9147352 or 2649204. OLE color: 2649204.

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

Color convert

RGB 116 108 40 -
CMYK 0 0.07 0.66 0.55
HSL 53.68º 0.49% 0.31% -
HSV(B) 53.68º 0.66% 0.45% -
XYZ 12.95 14.59 4.14 -
YUV 102.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 116 108 40 0 0.07 0.66 0.55 53.68 0.49 0.31
Hex 74 6C 28 0 7 42 37 36 31 1F
Octal 164 154 50 0 7 102 67 66 61 37
Binary 1110100 1101100 101000 0 111 1000010 110111 110110 110001 11111

Color Harmonies of #746C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C28

Black with #746C28

Text Example


Text Example

White with #746C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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