Html Css Color HEX #73600D Yukon Gold

📋 copy color: '#73600D'

red 115 ◦ green 96 ◦ blue 13

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

Shades of Yukon Gold #73600D

Tints of Yukon Gold #73600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 51.34%
G = 42.86%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73600D (or 0x73600D) is known color: Yukon Gold. HEX triplet: 73, 60 and 0D. RGB value is (115,96,13). Sum of RGB (Red+Green+Blue) = 115+96+13=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73600D is #8C9FF2. Grayscale: #5C5C5C. Windows color (decimal): -9215987 or 876659. OLE color: 876659.

HSL color Cylindrical-coordinate representation of color #73600D: hue angle of 48.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73600D is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 13 -
CMYK 0 0.17 0.89 0.55
HSL 48.82º 0.8% 0.25% -
HSV(B) 48.82º 0.89% 0.45% -
XYZ 11.33 12.04 2.11 -
YUV 92.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 115 96 13 0 0.17 0.89 0.55 48.82 0.8 0.25
Hex 73 60 D 0 11 59 37 31 50 19
Octal 163 140 15 0 21 131 67 61 120 31
Binary 1110011 1100000 1101 0 10001 1011001 110111 110001 1010000 11001

Color Harmonies of #73600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73600D

Black with #73600D

Text Example


Text Example

White with #73600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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