Html Css Color HEX #8B6E13 Yukon Gold

📋 copy color: '#8B6E13'

red 139 ◦ green 110 ◦ blue 19

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

Shades of Yukon Gold #8B6E13

Tints of Yukon Gold #8B6E13

RGB

 RED value IS 139 (54.69% from 255) = 51.87%

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

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

R = 51.87%
G = 41.04%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B6E13 (or 0x8B6E13) is known color: Yukon Gold. HEX triplet: 8B, 6E and 13. RGB value is (139,110,19). Sum of RGB (Red+Green+Blue) = 139+110+19=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6E13 is #7491EC. Grayscale: #6C6C6C. Windows color (decimal): -7639533 or 1273483. OLE color: 1273483.

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

Color convert

RGB 139 110 19 -
CMYK 0 0.21 0.86 0.45
HSL 45.5º 0.76% 0.31% -
HSV(B) 45.5º 0.86% 0.55% -
XYZ 16.34 16.69 2.98 -
YUV 108.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 139 110 19 0 0.21 0.86 0.45 45.5 0.76 0.31
Hex 8B 6E 13 0 15 56 2D 2E 4C 1F
Octal 213 156 23 0 25 126 55 56 114 37
Binary 10001011 1101110 10011 0 10101 1010110 101101 101110 1001100 11111

Color Harmonies of #8B6E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6E13

Black with #8B6E13

Text Example


Text Example

White with #8B6E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,110,19); }

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

background-color css

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

 a { background-color: rgb(139,110,19); }

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

border-color css

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

 span { border-color: rgb(139,110,19); }

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