Html Css Color HEX #7D6C15 Yukon Gold

📋 copy color: '#7D6C15'

red 125 ◦ green 108 ◦ blue 21

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

Shades of Yukon Gold #7D6C15

Tints of Yukon Gold #7D6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 49.21%
G = 42.52%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7D6C15 (or 0x7D6C15) is known color: Yukon Gold. HEX triplet: 7D, 6C and 15. RGB value is (125,108,21). Sum of RGB (Red+Green+Blue) = 125+108+21=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6C15 is #8293EA. Grayscale: #676767. Windows color (decimal): -8557547 or 1404029. OLE color: 1404029.

HSL color Cylindrical-coordinate representation of color #7D6C15: hue angle of 50.19º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D6C15 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 108 21 -
CMYK 0 0.14 0.83 0.51
HSL 50.19º 0.71% 0.29% -
HSV(B) 50.19º 0.83% 0.49% -
XYZ 13.96 15.14 2.9 -
YUV 103.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 125 108 21 0 0.14 0.83 0.51 50.19 0.71 0.29
Hex 7D 6C 15 0 E 53 33 32 47 1D
Octal 175 154 25 0 16 123 63 62 107 35
Binary 1111101 1101100 10101 0 1110 1010011 110011 110010 1000111 11101

Color Harmonies of #7D6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6C15

Black with #7D6C15

Text Example


Text Example

White with #7D6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,108,21); }

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

background-color css

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

 a { background-color: rgb(125,108,21); }

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

border-color css

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

 span { border-color: rgb(125,108,21); }

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