#74610F

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

Shades of Yukon Gold #74610F

Tints of Yukon Gold #74610F

Color information

#74610F (or 0x74610F) is unknown color: approx Yukon Gold. HEX triplet: 74, 61 and 0F. RGB value is (116,97,15). Sum of RGB (Red+Green+Blue) = 116+97+15=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74610F is #8B9EF0. Grayscale: #5D5D5D. Windows color (decimal): -9150193 or 1007988. OLE color: 1007988.

HSL color Cylindrical-coordinate representation of color #74610F: hue angle of 48.71º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74610F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1169715-
CMYK00.160.870.55
HSL48.71º77.1%25.69%-
HSV(B)48.71º87.07%45.49%-
XYZ11.5612.32.22-
YUV93.3383.79144.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=50.88%
G=42.54%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116971500.160.870.5548.7177.125.69
Hex7461F0105737314d1a
Octal16414117020127676111532
Binary1110100110000111110100001010111110111110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74610F; }

 p { color: rgb(116,97,15); }

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

<style>
 a { background-color: #74610F; }

 a { background-color: rgb(116,97,15); }

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

<style>
 span { border-color: #74610F; }

 span { border-color: rgb(116,97,15); }

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