Html Css Color HEX #8A6F19 Yukon Gold

📋 copy color: '#8A6F19'

red 138 ◦ green 111 ◦ blue 25

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

Shades of Yukon Gold #8A6F19

Tints of Yukon Gold #8A6F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.51%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 50.36%
G = 40.51%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#8A6F19 (or 0x8A6F19) is known color: Yukon Gold. HEX triplet: 8A, 6F and 19. RGB value is (138,111,25). Sum of RGB (Red+Green+Blue) = 138+111+25=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6F19 is #7590E6. Grayscale: #6D6D6D. Windows color (decimal): -7704807 or 1666954. OLE color: 1666954.

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

Color convert

RGB 138 111 25 -
CMYK 0 0.20 0.82 0.46
HSL 45.66º 0.69% 0.32% -
HSV(B) 45.66º 0.82% 0.54% -
XYZ 16.34 16.84 3.31 -
YUV 109.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 138 111 25 0 0.20 0.82 0.46 45.66 0.69 0.32
Hex 8A 6F 19 0 14 52 2E 2E 45 20
Octal 212 157 31 0 24 122 56 56 105 40
Binary 10001010 1101111 11001 0 10100 1010010 101110 101110 1000101 100000

Color Harmonies of #8A6F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6F19

Black with #8A6F19

Text Example


Text Example

White with #8A6F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,111,25); }

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

background-color css

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

 a { background-color: rgb(138,111,25); }

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

border-color css

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

 span { border-color: rgb(138,111,25); }

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