#8A651A

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

Shades of Yukon Gold #8A651A

Tints of Yukon Gold #8A651A

Color information

#8A651A (or 0x8A651A) is unknown color: approx Yukon Gold. HEX triplet: 8A, 65 and 1A. RGB value is (138,101,26). Sum of RGB (Red+Green+Blue) = 138+101+26=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A651A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A651A is #759AE5. Grayscale: #676767. Windows color (decimal): -7707366 or 1729930. OLE color: 1729930.

HSL color Cylindrical-coordinate representation of color #8A651A: hue angle of 40.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A651A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB13810126-
CMYK00.270.810.46
HSL40.18º68.29%32.16%-
HSV(B)40.18º81.16%54.12%-
XYZ15.3214.793.02-
YUV103.5184.26152.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=52.08%
G=38.11%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381012600.270.810.4640.1868.2932.16
Hex8A651A01B512E284420
Octal21214532033121565010440
Binary1000101011001011101001101110100011011101010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A651A; }

 p { color: rgb(138,101,26); }

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

<style>
 a { background-color: #8A651A; }

 a { background-color: rgb(138,101,26); }

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

<style>
 span { border-color: #8A651A; }

 span { border-color: rgb(138,101,26); }

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