#74690F

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

Shades of Yukon Gold #74690F

Tints of Yukon Gold #74690F

Color information

#74690F (or 0x74690F) is unknown color: approx Yukon Gold. HEX triplet: 74, 69 and 0F. RGB value is (116,105,15). Sum of RGB (Red+Green+Blue) = 116+105+15=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #74690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74690F is #8B96F0. Grayscale: #626262. Windows color (decimal): -9148145 or 1010036. OLE color: 1010036.

HSL color Cylindrical-coordinate representation of color #74690F: hue angle of 53.47º 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 #74690F is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB11610515-
CMYK00.090.870.55
HSL53.47º77.1%25.69%-
HSV(B)53.47º87.07%45.49%-
XYZ12.3413.852.47-
YUV98.0381.14140.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 15 (6.25% from 255) = 6.36%
R=49.15%
G=44.49%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161051500.090.870.5553.4777.125.69
Hex7469F095737354d1a
Octal16415117011127676511532
Binary111010011010011111010011010111110111110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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