Html Css Color HEX #736410 Yukon Gold

📋 copy color: '#736410'

red 115 ◦ green 100 ◦ blue 16

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

Shades of Yukon Gold #736410

Tints of Yukon Gold #736410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

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

R = 49.78%
G = 43.29%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#736410 (or 0x736410) is known color: Yukon Gold. HEX triplet: 73, 64 and 10. RGB value is (115,100,16). Sum of RGB (Red+Green+Blue) = 115+100+16=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #736410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736410 is #8C9BEF. Grayscale: #5F5F5F. Windows color (decimal): -9214960 or 1074291. OLE color: 1074291.

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

Color convert

RGB 115 100 16 -
CMYK 0 0.13 0.86 0.55
HSL 50.91º 0.76% 0.26% -
HSV(B) 50.91º 0.86% 0.45% -
XYZ 11.72 12.8 2.34 -
YUV 94.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 115 100 16 0 0.13 0.86 0.55 50.91 0.76 0.26
Hex 73 64 10 0 D 56 37 33 4C 1A
Octal 163 144 20 0 15 126 67 63 114 32
Binary 1110011 1100100 10000 0 1101 1010110 110111 110011 1001100 11010

Color Harmonies of #736410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736410

Black with #736410

Text Example


Text Example

White with #736410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736410; }

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

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

background-color css

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

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

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

border-color css

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

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

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