Html Css Color HEX #73610A Yukon Gold

📋 copy color: '#73610A'

red 115 ◦ green 97 ◦ blue 10

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

Shades of Yukon Gold #73610A

Tints of Yukon Gold #73610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.69%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 51.8%
G = 43.69%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73610A (or 0x73610A) is known color: Yukon Gold. HEX triplet: 73, 61 and 0A. RGB value is (115,97,10). Sum of RGB (Red+Green+Blue) = 115+97+10=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73610A is #8C9EF5. Grayscale: #5C5C5C. Windows color (decimal): -9215734 or 680307. OLE color: 680307.

HSL color Cylindrical-coordinate representation of color #73610A: hue angle of 49.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73610A is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 10 -
CMYK 0 0.16 0.91 0.55
HSL 49.71º 0.84% 0.25% -
HSV(B) 49.71º 0.91% 0.45% -
XYZ 11.4 12.22 2.04 -
YUV 92.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 115 97 10 0 0.16 0.91 0.55 49.71 0.84 0.25
Hex 73 61 A 0 10 5B 37 32 54 19
Octal 163 141 12 0 20 133 67 62 124 31
Binary 1110011 1100001 1010 0 10000 1011011 110111 110010 1010100 11001

Color Harmonies of #73610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73610A

Black with #73610A

Text Example


Text Example

White with #73610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73610A; }

 p { color: rgb(115,97,10); }

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

background-color css

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

 a { background-color: rgb(115,97,10); }

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

border-color css

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

 span { border-color: rgb(115,97,10); }

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