Html Css Color HEX #8A6E1D Yukon Gold

📋 copy color: '#8A6E1D'

red 138 ◦ green 110 ◦ blue 29

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

Shades of Yukon Gold #8A6E1D

Tints of Yukon Gold #8A6E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 49.82%
G = 39.71%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A6E1D (or 0x8A6E1D) is known color: Yukon Gold. HEX triplet: 8A, 6E and 1D. RGB value is (138,110,29). Sum of RGB (Red+Green+Blue) = 138+110+29=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6E1D is #7591E2. Grayscale: #6D6D6D. Windows color (decimal): -7705059 or 1928842. OLE color: 1928842.

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

Color convert

RGB 138 110 29 -
CMYK 0 0.20 0.79 0.46
HSL 44.59º 0.65% 0.33% -
HSV(B) 44.59º 0.79% 0.54% -
XYZ 16.28 16.64 3.52 -
YUV 109.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 138 110 29 0 0.20 0.79 0.46 44.59 0.65 0.33
Hex 8A 6E 1D 0 14 4F 2E 2D 41 21
Octal 212 156 35 0 24 117 56 55 101 41
Binary 10001010 1101110 11101 0 10100 1001111 101110 101101 1000001 100001

Color Harmonies of #8A6E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6E1D

Black with #8A6E1D

Text Example


Text Example

White with #8A6E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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