Html Css Color HEX #736516 Yukon Gold

📋 copy color: '#736516'

red 115 ◦ green 101 ◦ blue 22

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

Shades of Yukon Gold #736516

Tints of Yukon Gold #736516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

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

R = 48.32%
G = 42.44%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#736516 (or 0x736516) is known color: Yukon Gold. HEX triplet: 73, 65 and 16. RGB value is (115,101,22). Sum of RGB (Red+Green+Blue) = 115+101+22=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #736516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736516 is #8C9AE9. Grayscale: #606060. Windows color (decimal): -9214698 or 1467763. OLE color: 1467763.

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

Color convert

RGB 115 101 22 -
CMYK 0 0.12 0.81 0.55
HSL 50.97º 0.68% 0.27% -
HSV(B) 50.97º 0.81% 0.45% -
XYZ 11.87 13.01 2.64 -
YUV 96.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 115 101 22 0 0.12 0.81 0.55 50.97 0.68 0.27
Hex 73 65 16 0 C 51 37 33 44 1B
Octal 163 145 26 0 14 121 67 63 104 33
Binary 1110011 1100101 10110 0 1100 1010001 110111 110011 1000100 11011

Color Harmonies of #736516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736516

Black with #736516

Text Example


Text Example

White with #736516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736516; }

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

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

background-color css

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

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

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

border-color css

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

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

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