Html Css Color HEX #736116 Yukon Gold

📋 copy color: '#736116'

red 115 ◦ green 97 ◦ blue 22

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

Shades of Yukon Gold #736116

Tints of Yukon Gold #736116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 49.15%
G = 41.45%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#736116 (or 0x736116) is known color: Yukon Gold. HEX triplet: 73, 61 and 16. RGB value is (115,97,22). Sum of RGB (Red+Green+Blue) = 115+97+22=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736116 is #8C9EE9. Grayscale: #5E5E5E. Windows color (decimal): -9215722 or 1466739. OLE color: 1466739.

HSL color Cylindrical-coordinate representation of color #736116: hue angle of 48.39º 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 #736116 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 22 -
CMYK 0 0.16 0.81 0.55
HSL 48.39º 0.68% 0.27% -
HSV(B) 48.39º 0.81% 0.45% -
XYZ 11.49 12.25 2.52 -
YUV 93.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 115 97 22 0 0.16 0.81 0.55 48.39 0.68 0.27
Hex 73 61 16 0 10 51 37 30 44 1B
Octal 163 141 26 0 20 121 67 60 104 33
Binary 1110011 1100001 10110 0 10000 1010001 110111 110000 1000100 11011

Color Harmonies of #736116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736116

Black with #736116

Text Example


Text Example

White with #736116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736116; }

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

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

background-color css

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

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

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

border-color css

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

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

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