#74611C

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

Shades of Yukon Gold #74611C

Tints of Yukon Gold #74611C

Color information

#74611C (or 0x74611C) is unknown color: approx Yukon Gold. HEX triplet: 74, 61 and 1C. RGB value is (116,97,28). Sum of RGB (Red+Green+Blue) = 116+97+28=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74611C is #8B9EE3. Grayscale: #5F5F5F. Windows color (decimal): -9150180 or 1859956. OLE color: 1859956.

HSL color Cylindrical-coordinate representation of color #74611C: hue angle of 47.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74611C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1169728-
CMYK00.160.760.55
HSL47.05º61.11%28.24%-
HSV(B)47.05º75.86%45.49%-
XYZ11.6912.352.87-
YUV94.8290.29143.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=48.13%
G=40.25%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116972800.160.760.5547.0561.1128.24
Hex74611C0104C372f3d1c
Octal1641413402011467577534
Binary1110100110000111100010000100110011011110111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74611C; }

 p { color: rgb(116,97,28); }

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

<style>
 a { background-color: #74611C; }

 a { background-color: rgb(116,97,28); }

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

<style>
 span { border-color: #74611C; }

 span { border-color: rgb(116,97,28); }

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