#74621C

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

Shades of Yukon Gold #74621C

Tints of Yukon Gold #74621C

Color information

#74621C (or 0x74621C) is unknown color: approx Yukon Gold. HEX triplet: 74, 62 and 1C. RGB value is (116,98,28). Sum of RGB (Red+Green+Blue) = 116+98+28=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74621C is #8B9DE3. Grayscale: #5F5F5F. Windows color (decimal): -9149924 or 1860212. OLE color: 1860212.

HSL color Cylindrical-coordinate representation of color #74621C: hue angle of 47.73º 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 #74621C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1169828-
CMYK00.160.760.55
HSL47.73º61.11%28.24%-
HSV(B)47.73º75.86%45.49%-
XYZ11.7812.532.9-
YUV95.489.96142.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=47.93%
G=40.50%
B=11.57%

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
Decimal116982800.160.760.5547.7361.1128.24
Hex74621C0104C37303d1c
Octal1641423402011467607534
Binary1110100110001011100010000100110011011111000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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