Html Css Color HEX #73670D Yukon Gold

📋 copy color: '#73670D'

red 115 ◦ green 103 ◦ blue 13

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

Shades of Yukon Gold #73670D

Tints of Yukon Gold #73670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

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

R = 49.78%
G = 44.59%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73670D (or 0x73670D) is known color: Yukon Gold. HEX triplet: 73, 67 and 0D. RGB value is (115,103,13). Sum of RGB (Red+Green+Blue) = 115+103+13=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73670D is #8C98F2. Grayscale: #606060. Windows color (decimal): -9214195 or 878451. OLE color: 878451.

HSL color Cylindrical-coordinate representation of color #73670D: hue angle of 52.94º 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 #73670D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 13 -
CMYK 0 0.10 0.89 0.55
HSL 52.94º 0.8% 0.25% -
HSV(B) 52.94º 0.89% 0.45% -
XYZ 11.99 13.37 2.33 -
YUV 96.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 115 103 13 0 0.10 0.89 0.55 52.94 0.8 0.25
Hex 73 67 D 0 A 59 37 35 50 19
Octal 163 147 15 0 12 131 67 65 120 31
Binary 1110011 1100111 1101 0 1010 1011001 110111 110101 1010000 11001

Color Harmonies of #73670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73670D

Black with #73670D

Text Example


Text Example

White with #73670D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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