#78611A

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

Shades of Yukon Gold #78611A

Tints of Yukon Gold #78611A

Color information

#78611A (or 0x78611A) is unknown color: approx Yukon Gold. HEX triplet: 78, 61 and 1A. RGB value is (120,97,26). Sum of RGB (Red+Green+Blue) = 120+97+26=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78611A is #879EE5. Grayscale: #606060. Windows color (decimal): -8888038 or 1728888. OLE color: 1728888.

HSL color Cylindrical-coordinate representation of color #78611A: hue angle of 45.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78611A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1209726-
CMYK00.190.780.53
HSL45.32º64.38%28.63%-
HSV(B)45.32º78.33%47.06%-
XYZ12.2112.622.77-
YUV95.7888.62145.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=49.38%
G=39.92%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120972600.190.780.5345.3264.3828.63
Hex78611A0134E352d401d
Octal17014132023116655510035
Binary11110001100001110100100111001110110101101101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78611A; }

 p { color: rgb(120,97,26); }

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

<style>
 a { background-color: #78611A; }

 a { background-color: rgb(120,97,26); }

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

<style>
 span { border-color: #78611A; }

 span { border-color: rgb(120,97,26); }

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