Html Css Color HEX #73680A Yukon Gold

📋 copy color: '#73680A'

red 115 ◦ green 104 ◦ blue 10

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

Shades of Yukon Gold #73680A

Tints of Yukon Gold #73680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

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

R = 50.22%
G = 45.41%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73680A (or 0x73680A) is known color: Yukon Gold. HEX triplet: 73, 68 and 0A. RGB value is (115,104,10). Sum of RGB (Red+Green+Blue) = 115+104+10=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73680A is #8C97F5. Grayscale: #606060. Windows color (decimal): -9213942 or 682099. OLE color: 682099.

HSL color Cylindrical-coordinate representation of color #73680A: hue angle of 53.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 #73680A is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 10 -
CMYK 0 0.10 0.91 0.55
HSL 53.71º 0.84% 0.25% -
HSV(B) 53.71º 0.91% 0.45% -
XYZ 12.08 13.57 2.27 -
YUV 96.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 115 104 10 0 0.10 0.91 0.55 53.71 0.84 0.25
Hex 73 68 A 0 A 5B 37 36 54 19
Octal 163 150 12 0 12 133 67 66 124 31
Binary 1110011 1101000 1010 0 1010 1011011 110111 110110 1010100 11001

Color Harmonies of #73680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73680A

Black with #73680A

Text Example


Text Example

White with #73680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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