#7D661A

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

Shades of Yukon Gold #7D661A

Tints of Yukon Gold #7D661A

Color information

#7D661A (or 0x7D661A) is unknown color: approx Yukon Gold. HEX triplet: 7D, 66 and 1A. RGB value is (125,102,26). Sum of RGB (Red+Green+Blue) = 125+102+26=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D661A is #8299E5. Grayscale: #646464. Windows color (decimal): -8559078 or 1730173. OLE color: 1730173.

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

Color convert

RGB12510226-
CMYK00.180.790.51
HSL46.06º65.56%29.61%-
HSV(B)46.06º79.2%49.02%-
XYZ13.413.942.96-
YUV100.2186.12145.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.41%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=49.41%
G=40.32%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251022600.180.790.5146.0665.5629.61
Hex7D661A0124F332e421e
Octal17514632022117635610236
Binary11111011100110110100100101001111110011101110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,102,26); }

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

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

 a { background-color: rgb(125,102,26); }

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

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

 span { border-color: rgb(125,102,26); }

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