Html Css Color HEX #736716 Olivetone

📋 copy color: '#736716'

red 115 ◦ green 103 ◦ blue 22

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

Shades of Olivetone #736716

Tints of Olivetone #736716

RGB

 RED value IS 115 (45.31% from 255) = 47.92%

 GREEN value IS 103 (40.63% from 255) = 42.92%

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 47.92%
G = 42.92%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#736716 (or 0x736716) is known color: Olivetone. HEX triplet: 73, 67 and 16. RGB value is (115,103,22). Sum of RGB (Red+Green+Blue) = 115+103+22=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #736716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736716 is #8C98E9. Grayscale: #616161. Windows color (decimal): -9214186 or 1468275. OLE color: 1468275.

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

Color convert

RGB 115 103 22 -
CMYK 0 0.10 0.81 0.55
HSL 52.26º 0.68% 0.27% -
HSV(B) 52.26º 0.81% 0.45% -
XYZ 12.07 13.4 2.71 -
YUV 97.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 115 103 22 0 0.10 0.81 0.55 52.26 0.68 0.27
Hex 73 67 16 0 A 51 37 34 44 1B
Octal 163 147 26 0 12 121 67 64 104 33
Binary 1110011 1100111 10110 0 1010 1010001 110111 110100 1000100 11011

Color Harmonies of #736716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736716

Black with #736716

Text Example


Text Example

White with #736716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736716; }

 p { color: rgb(115,103,22); }

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

background-color css

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

 a { background-color: rgb(115,103,22); }

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

border-color css

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

 span { border-color: rgb(115,103,22); }

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