#81672A

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

Shades of Yukon Gold #81672A

Tints of Yukon Gold #81672A

Color information

#81672A (or 0x81672A) is unknown color: approx Yukon Gold. HEX triplet: 81, 67 and 2A. RGB value is (129,103,42). Sum of RGB (Red+Green+Blue) = 129+103+42=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81672A is #7E98D5. Grayscale: #686868. Windows color (decimal): -8296662 or 2779009. OLE color: 2779009.

HSL color Cylindrical-coordinate representation of color #81672A: hue angle of 42.07º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81672A is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB12910342-
CMYK00.200.670.49
HSL42.07º50.88%33.53%-
HSV(B)42.07º67.44%50.59%-
XYZ14.3214.534.24-
YUV103.8293.11145.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=47.08%
G=37.59%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291034200.200.670.4942.0750.8833.53
Hex81672A01443312a3322
Octal2011475202410361526342
Binary1000000111001111010100101001000011110001101010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81672A; }

 p { color: rgb(129,103,42); }

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

<style>
 a { background-color: #81672A; }

 a { background-color: rgb(129,103,42); }

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

<style>
 span { border-color: #81672A; }

 span { border-color: rgb(129,103,42); }

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