Html Css Color HEX #7D6304 Yukon Gold

📋 copy color: '#7D6304'

red 125 ◦ green 99 ◦ blue 4

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

Shades of Yukon Gold #7D6304

Tints of Yukon Gold #7D6304

RGB

 RED value IS 125 (49.22% from 255) = 54.82%

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 54.82%
G = 43.42%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7D6304 (or 0x7D6304) is known color: Yukon Gold. HEX triplet: 7D, 63 and 04. RGB value is (125,99,4). Sum of RGB (Red+Green+Blue) = 125+99+4=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6304 is #829CFB. Grayscale: #606060. Windows color (decimal): -8559868 or 287613. OLE color: 287613.

HSL color Cylindrical-coordinate representation of color #7D6304: hue angle of 47.11º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D6304 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 99 4 -
CMYK 0 0.21 0.97 0.51
HSL 47.11º 0.94% 0.25% -
HSV(B) 47.11º 0.97% 0.49% -
XYZ 12.94 13.29 2 -
YUV 95.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 125 99 4 0 0.21 0.97 0.51 47.11 0.94 0.25
Hex 7D 63 4 0 15 61 33 2F 5E 19
Octal 175 143 4 0 25 141 63 57 136 31
Binary 1111101 1100011 100 0 10101 1100001 110011 101111 1011110 11001

Color Harmonies of #7D6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6304

Black with #7D6304

Text Example


Text Example

White with #7D6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D6304; }

 p { color: rgb(125,99,4); }

 H1.HeaderClassName
 {
   color: #7D6304;
 }
 .AnyTagClassName
 {
   color: #7D6304;
 }
</style>

background-color css

<style>
 a { background-color: #7D6304; }

 a { background-color: rgb(125,99,4); }

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

border-color css

<style>
 span { border-color: #7D6304; }

 span { border-color: rgb(125,99,4); }

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