#74670a

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

Shades of Yukon Gold #74670A

Tints of Yukon Gold #74670A

Color information

#74670A (or 0x74670A) is unknown color: approx Yukon Gold. HEX triplet: 74, 67 and 0A. RGB value is (116,103,10). Sum of RGB (Red+Green+Blue) = 116+103+10=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74670A is #8B98F5. Grayscale: #606060. Windows color (decimal): -9148662 or 681844. OLE color: 681844.

HSL color Cylindrical-coordinate representation of color #74670A: hue angle of 52.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74670A is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11610310-
CMYK00.110.910.55
HSL52.64º84.13%24.71%-
HSV(B)52.64º91.38%45.49%-
XYZ12.1113.442.24-
YUV96.2879.31142.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=50.66%
G=44.98%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161031000.110.910.5552.6484.1324.71
Hex7467A0B5B37355419
Octal16414712013133676512431
Binary111010011001111010010111011011110111110101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74670a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74670a; }

 p { color: rgb(116,103,10); }

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

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

 a { background-color: rgb(116,103,10); }

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

<style>
 span { border-color: #74670a; }

 span { border-color: rgb(116,103,10); }

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