Html Css Color HEX #7D6412 Yukon Gold

📋 copy color: '#7D6412'

red 125 ◦ green 100 ◦ blue 18

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

Shades of Yukon Gold #7D6412

Tints of Yukon Gold #7D6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.15%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 51.44%
G = 41.15%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D6412 (or 0x7D6412) is known color: Yukon Gold. HEX triplet: 7D, 64 and 12. RGB value is (125,100,18). Sum of RGB (Red+Green+Blue) = 125+100+18=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6412 is #829BED. Grayscale: #626262. Windows color (decimal): -8559598 or 1205373. OLE color: 1205373.

HSL color Cylindrical-coordinate representation of color #7D6412: hue angle of 45.98º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D6412 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 100 18 -
CMYK 0 0.2 0.86 0.51
HSL 45.98º 0.75% 0.28% -
HSV(B) 45.98º 0.86% 0.49% -
XYZ 13.12 13.52 2.49 -
YUV 98.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 125 100 18 0 0.2 0.86 0.51 45.98 0.75 0.28
Hex 7D 64 12 0 14 56 33 2E 4B 1C
Octal 175 144 22 0 24 126 63 56 113 34
Binary 1111101 1100100 10010 0 10100 1010110 110011 101110 1001011 11100

Color Harmonies of #7D6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6412

Black with #7D6412

Text Example


Text Example

White with #7D6412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,18); }

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

background-color css

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

 a { background-color: rgb(125,100,18); }

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

border-color css

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

 span { border-color: rgb(125,100,18); }

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