#7D6C1B

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

Shades of Yukon Gold #7D6C1B

Tints of Yukon Gold #7D6C1B

Color information

#7D6C1B (or 0x7D6C1B) is unknown color: approx Yukon Gold. HEX triplet: 7D, 6C and 1B. RGB value is (125,108,27). Sum of RGB (Red+Green+Blue) = 125+108+27=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6C1B is #8293E4. Grayscale: #686868. Windows color (decimal): -8557541 or 1797245. OLE color: 1797245.

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

Color convert

RGB12510827-
CMYK00.140.780.51
HSL49.59º64.47%29.8%-
HSV(B)49.59º78.4%49.02%-
XYZ14.0215.163.23-
YUV103.8584.63143.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.08%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 27 (10.94% from 255) = 10.38%
R=48.08%
G=41.54%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251082700.140.780.5149.5964.4729.8
Hex7D6C1B0E4E3332401e
Octal17515433016116636210036
Binary1111101110110011011011101001110110011110010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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