#74690E

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

Shades of Yukon Gold #74690E

Tints of Yukon Gold #74690E

Color information

#74690E (or 0x74690E) is unknown color: approx Yukon Gold. HEX triplet: 74, 69 and 0E. RGB value is (116,105,14). Sum of RGB (Red+Green+Blue) = 116+105+14=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74690E is #8B96F1. Grayscale: #626262. Windows color (decimal): -9148146 or 944500. OLE color: 944500.

HSL color Cylindrical-coordinate representation of color #74690E: hue angle of 53.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74690E is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB11610514-
CMYK00.090.880.55
HSL53.53º78.46%25.49%-
HSV(B)53.53º87.93%45.49%-
XYZ12.3313.852.44-
YUV97.9280.64140.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=49.36%
G=44.68%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161051400.090.880.5553.5378.4625.49
Hex7469E095837364e19
Octal16415116011130676611631
Binary111010011010011110010011011000110111110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74690E; }

 p { color: rgb(116,105,14); }

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

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

 a { background-color: rgb(116,105,14); }

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

<style>
 span { border-color: #74690E; }

 span { border-color: rgb(116,105,14); }

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