Html Css Color HEX #8A6713 Yukon Gold

📋 copy color: '#8A6713'

red 138 ◦ green 103 ◦ blue 19

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

Shades of Yukon Gold #8A6713

Tints of Yukon Gold #8A6713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 53.08%
G = 39.62%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A6713 (or 0x8A6713) is known color: Yukon Gold. HEX triplet: 8A, 67 and 13. RGB value is (138,103,19). Sum of RGB (Red+Green+Blue) = 138+103+19=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6713 is #7598EC. Grayscale: #686868. Windows color (decimal): -7706861 or 1271690. OLE color: 1271690.

HSL color Cylindrical-coordinate representation of color #8A6713: hue angle of 42.35º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A6713 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 103 19 -
CMYK 0 0.25 0.86 0.46
HSL 42.35º 0.76% 0.31% -
HSV(B) 42.35º 0.86% 0.54% -
XYZ 15.45 15.15 2.73 -
YUV 103.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 138 103 19 0 0.25 0.86 0.46 42.35 0.76 0.31
Hex 8A 67 13 0 19 56 2E 2A 4C 1F
Octal 212 147 23 0 31 126 56 52 114 37
Binary 10001010 1100111 10011 0 11001 1010110 101110 101010 1001100 11111

Color Harmonies of #8A6713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6713

Black with #8A6713

Text Example


Text Example

White with #8A6713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,103,19); }

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

background-color css

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

 a { background-color: rgb(138,103,19); }

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

border-color css

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

 span { border-color: rgb(138,103,19); }

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