Html Css Color HEX #73680E Yukon Gold

📋 copy color: '#73680E'

red 115 ◦ green 104 ◦ blue 14

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

Shades of Yukon Gold #73680E

Tints of Yukon Gold #73680E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 49.36%
G = 44.64%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73680E (or 0x73680E) is known color: Yukon Gold. HEX triplet: 73, 68 and 0E. RGB value is (115,104,14). Sum of RGB (Red+Green+Blue) = 115+104+14=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73680E is #8C97F1. Grayscale: #616161. Windows color (decimal): -9213938 or 944243. OLE color: 944243.

HSL color Cylindrical-coordinate representation of color #73680E: hue angle of 53.47º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73680E is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 14 -
CMYK 0 0.10 0.88 0.55
HSL 53.47º 0.78% 0.25% -
HSV(B) 53.47º 0.88% 0.45% -
XYZ 12.1 13.58 2.4 -
YUV 97.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 115 104 14 0 0.10 0.88 0.55 53.47 0.78 0.25
Hex 73 68 E 0 A 58 37 35 4E 19
Octal 163 150 16 0 12 130 67 65 116 31
Binary 1110011 1101000 1110 0 1010 1011000 110111 110101 1001110 11001

Color Harmonies of #73680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73680E

Black with #73680E

Text Example


Text Example

White with #73680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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