Html Css Color HEX #8A6A17 Yukon Gold

📋 copy color: '#8A6A17'

red 138 ◦ green 106 ◦ blue 23

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

Shades of Yukon Gold #8A6A17

Tints of Yukon Gold #8A6A17

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.7%

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 51.69%
G = 39.7%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A6A17 (or 0x8A6A17) is known color: Yukon Gold. HEX triplet: 8A, 6A and 17. RGB value is (138,106,23). Sum of RGB (Red+Green+Blue) = 138+106+23=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6A17 is #7595E8. Grayscale: #6A6A6A. Windows color (decimal): -7706089 or 1534602. OLE color: 1534602.

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

Color convert

RGB 138 106 23 -
CMYK 0 0.23 0.83 0.46
HSL 43.3º 0.71% 0.32% -
HSV(B) 43.3º 0.83% 0.54% -
XYZ 15.79 15.77 3.02 -
YUV 106.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 138 106 23 0 0.23 0.83 0.46 43.3 0.71 0.32
Hex 8A 6A 17 0 17 53 2E 2B 47 20
Octal 212 152 27 0 27 123 56 53 107 40
Binary 10001010 1101010 10111 0 10111 1010011 101110 101011 1000111 100000

Color Harmonies of #8A6A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6A17

Black with #8A6A17

Text Example


Text Example

White with #8A6A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,23); }

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

background-color css

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

 a { background-color: rgb(138,106,23); }

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

border-color css

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

 span { border-color: rgb(138,106,23); }

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