#7D6C27

Color #7D6C27 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7D6C27

Tints of Yukon Gold #7D6C27

Color information

#7D6C27 (or 0x7D6C27) is unknown color: approx Yukon Gold. HEX triplet: 7D, 6C and 27. RGB value is (125,108,39). Sum of RGB (Red+Green+Blue) = 125+108+39=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6C27 is #8293D8. Grayscale: #696969. Windows color (decimal): -8557529 or 2583677. OLE color: 2583677.

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

Color convert

RGB12510839-
CMYK00.140.690.51
HSL48.14º52.44%32.16%-
HSV(B)48.14º68.8%49.02%-
XYZ14.1915.234.11-
YUV105.2290.63142.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=45.96%
G=39.71%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251083900.140.690.5148.1452.4432.16
Hex7D6C270E4533303420
Octal1751544701610563606440
Binary11111011101100100111011101000101110011110000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D6C27;
 }
 .AnyTagClassName
 {
   color: #7D6C27;
 }
</style>
background-color css

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

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

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

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

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

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