Html Css Color HEX #8A6E1E Yukon Gold

📋 copy color: '#8A6E1E'

red 138 ◦ green 110 ◦ blue 30

#8A6E1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #8A6E1E

Tints of Yukon Gold #8A6E1E

RGB

 RED value IS 138 (54.3% from 255) = 49.64%

 GREEN value IS 110 (43.36% from 255) = 39.57%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 49.64%
G = 39.57%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A6E1E (or 0x8A6E1E) is known color: Yukon Gold. HEX triplet: 8A, 6E and 1E. RGB value is (138,110,30). Sum of RGB (Red+Green+Blue) = 138+110+30=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6E1E is #7591E1. Grayscale: #6D6D6D. Windows color (decimal): -7705058 or 1994378. OLE color: 1994378.

HSL color Cylindrical-coordinate representation of color #8A6E1E: hue angle of 44.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A6E1E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 110 30 -
CMYK 0 0.20 0.78 0.46
HSL 44.44º 0.64% 0.33% -
HSV(B) 44.44º 0.78% 0.54% -
XYZ 16.29 16.65 3.58 -
YUV 109.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 138 110 30 0 0.20 0.78 0.46 44.44 0.64 0.33
Hex 8A 6E 1E 0 14 4E 2E 2C 40 21
Octal 212 156 36 0 24 116 56 54 100 41
Binary 10001010 1101110 11110 0 10100 1001110 101110 101100 1000000 100001

Color Harmonies of #8A6E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6E1E

Black with #8A6E1E

Text Example


Text Example

White with #8A6E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,30); }

 H1.HeaderClassName
 {
   color: #8A6E1E;
 }
 .AnyTagClassName
 {
   color: #8A6E1E;
 }
</style>

background-color css

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

 a { background-color: rgb(138,110,30); }

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

border-color css

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

 span { border-color: rgb(138,110,30); }

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