#74670D

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

Shades of Yukon Gold #74670D

Tints of Yukon Gold #74670D

Color information

#74670D (or 0x74670D) is unknown color: approx Yukon Gold. HEX triplet: 74, 67 and 0D. RGB value is (116,103,13). Sum of RGB (Red+Green+Blue) = 116+103+13=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74670D is #8B98F2. Grayscale: #616161. Windows color (decimal): -9148659 or 878452. OLE color: 878452.

HSL color Cylindrical-coordinate representation of color #74670D: hue angle of 52.43º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74670D is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11610313-
CMYK00.110.890.55
HSL52.43º79.84%25.29%-
HSV(B)52.43º88.79%45.49%-
XYZ12.1313.442.34-
YUV96.6380.81141.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=50%
G=44.40%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161031300.110.890.5552.4379.8425.29
Hex7467D0B5937345019
Octal16414715013131676412031
Binary111010011001111101010111011001110111110100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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