#74651B

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

Shades of Yukon Gold #74651B

Tints of Yukon Gold #74651B

Color information

#74651B (or 0x74651B) is unknown color: approx Yukon Gold. HEX triplet: 74, 65 and 1B. RGB value is (116,101,27). Sum of RGB (Red+Green+Blue) = 116+101+27=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74651B is #8B9AE4. Grayscale: #616161. Windows color (decimal): -9149157 or 1795444. OLE color: 1795444.

HSL color Cylindrical-coordinate representation of color #74651B: hue angle of 49.89º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74651B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11610127-
CMYK00.130.770.55
HSL49.89º62.24%28.04%-
HSV(B)49.89º76.72%45.49%-
XYZ12.0513.12.93-
YUV97.0588.47141.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=47.54%
G=41.39%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161012700.130.770.5549.8962.2428.04
Hex74651B0D4D37323e1c
Octal1641453301511567627634
Binary111010011001011101101101100110111011111001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74651B; }

 p { color: rgb(116,101,27); }

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

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

 a { background-color: rgb(116,101,27); }

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

<style>
 span { border-color: #74651B; }

 span { border-color: rgb(116,101,27); }

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