Html Css Color HEX #746C15 Olivetone

📋 copy color: '#746C15'

red 116 ◦ green 108 ◦ blue 21

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

Shades of Olivetone #746C15

Tints of Olivetone #746C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 47.35%
G = 44.08%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746C15 (or 0x746C15) is known color: Olivetone. HEX triplet: 74, 6C and 15. RGB value is (116,108,21). Sum of RGB (Red+Green+Blue) = 116+108+21=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #746C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C15 is #8B93EA. Grayscale: #646464. Windows color (decimal): -9147371 or 1404020. OLE color: 1404020.

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

Color convert

RGB 116 108 21 -
CMYK 0 0.07 0.82 0.55
HSL 54.95º 0.69% 0.27% -
HSV(B) 54.95º 0.82% 0.45% -
XYZ 12.7 14.49 2.84 -
YUV 100.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 116 108 21 0 0.07 0.82 0.55 54.95 0.69 0.27
Hex 74 6C 15 0 7 52 37 37 45 1B
Octal 164 154 25 0 7 122 67 67 105 33
Binary 1110100 1101100 10101 0 111 1010010 110111 110111 1000101 11011

Color Harmonies of #746C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C15

Black with #746C15

Text Example


Text Example

White with #746C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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