Html Css Color HEX #736210 Yukon Gold

📋 copy color: '#736210'

red 115 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #736210

Tints of Yukon Gold #736210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

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

R = 50.22%
G = 42.79%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#736210 (or 0x736210) is known color: Yukon Gold. HEX triplet: 73, 62 and 10. RGB value is (115,98,16). Sum of RGB (Red+Green+Blue) = 115+98+16=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #736210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736210 is #8C9DEF. Grayscale: #5E5E5E. Windows color (decimal): -9215472 or 1073779. OLE color: 1073779.

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

Color convert

RGB 115 98 16 -
CMYK 0 0.15 0.86 0.55
HSL 49.7º 0.76% 0.26% -
HSV(B) 49.7º 0.86% 0.45% -
XYZ 11.53 12.42 2.28 -
YUV 93.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 115 98 16 0 0.15 0.86 0.55 49.7 0.76 0.26
Hex 73 62 10 0 F 56 37 32 4C 1A
Octal 163 142 20 0 17 126 67 62 114 32
Binary 1110011 1100010 10000 0 1111 1010110 110111 110010 1001100 11010

Color Harmonies of #736210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736210

Black with #736210

Text Example


Text Example

White with #736210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736210; }

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

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

background-color css

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

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

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

border-color css

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

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

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