#74631E

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

Shades of Yukon Gold #74631E

Tints of Yukon Gold #74631E

Color information

#74631E (or 0x74631E) is unknown color: approx Yukon Gold. HEX triplet: 74, 63 and 1E. RGB value is (116,99,30). Sum of RGB (Red+Green+Blue) = 116+99+30=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74631E is #8B9CE1. Grayscale: #606060. Windows color (decimal): -9149666 or 1991540. OLE color: 1991540.

HSL color Cylindrical-coordinate representation of color #74631E: hue angle of 48.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74631E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1169930-
CMYK00.150.740.55
HSL48.14º58.9%28.63%-
HSV(B)48.14º74.14%45.49%-
XYZ11.912.733.06-
YUV96.2290.63142.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=47.35%
G=40.41%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116993000.150.740.5548.1458.928.63
Hex74631E0F4A37303b1d
Octal1641433601711267607335
Binary111010011000111111001111100101011011111000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,99,30); }

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

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

 a { background-color: rgb(116,99,30); }

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

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

 span { border-color: rgb(116,99,30); }

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