#74670F

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

Shades of Yukon Gold #74670F

Tints of Yukon Gold #74670F

Color information

#74670F (or 0x74670F) is unknown color: approx Yukon Gold. HEX triplet: 74, 67 and 0F. RGB value is (116,103,15). Sum of RGB (Red+Green+Blue) = 116+103+15=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74670F is #8B98F0. Grayscale: #616161. Windows color (decimal): -9148657 or 1009524. OLE color: 1009524.

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

Color convert

RGB11610315-
CMYK00.110.870.55
HSL52.28º77.1%25.69%-
HSV(B)52.28º87.07%45.49%-
XYZ12.1413.452.41-
YUV96.8581.81141.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=49.57%
G=44.02%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161031500.110.870.5552.2877.125.69
Hex7467F0B5737344d1a
Octal16414717013127676411532
Binary111010011001111111010111010111110111110100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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