Html Css Color HEX #736010 Yukon Gold

📋 copy color: '#736010'

red 115 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #736010

Tints of Yukon Gold #736010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 50.66%
G = 42.29%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#736010 (or 0x736010) is known color: Yukon Gold. HEX triplet: 73, 60 and 10. RGB value is (115,96,16). Sum of RGB (Red+Green+Blue) = 115+96+16=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #736010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736010 is #8C9FEF. Grayscale: #5C5C5C. Windows color (decimal): -9215984 or 1073267. OLE color: 1073267.

HSL color Cylindrical-coordinate representation of color #736010: hue angle of 48.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #736010 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 16 -
CMYK 0 0.17 0.86 0.55
HSL 48.48º 0.76% 0.26% -
HSV(B) 48.48º 0.86% 0.45% -
XYZ 11.35 12.05 2.22 -
YUV 92.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 115 96 16 0 0.17 0.86 0.55 48.48 0.76 0.26
Hex 73 60 10 0 11 56 37 30 4C 1A
Octal 163 140 20 0 21 126 67 60 114 32
Binary 1110011 1100000 10000 0 10001 1010110 110111 110000 1001100 11010

Color Harmonies of #736010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736010

Black with #736010

Text Example


Text Example

White with #736010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736010; }

 p { color: rgb(115,96,16); }

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

background-color css

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

 a { background-color: rgb(115,96,16); }

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

border-color css

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

 span { border-color: rgb(115,96,16); }

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