Html Css Color HEX #8D671E Yukon Gold

📋 copy color: '#8D671E'

red 141 ◦ green 103 ◦ blue 30

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

Shades of Yukon Gold #8D671E

Tints of Yukon Gold #8D671E

RGB

 RED value IS 141 (55.47% from 255) = 51.46%

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 51.46%
G = 37.59%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D671E (or 0x8D671E) is known color: Yukon Gold. HEX triplet: 8D, 67 and 1E. RGB value is (141,103,30). Sum of RGB (Red+Green+Blue) = 141+103+30=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D671E is #7298E1. Grayscale: #6A6A6A. Windows color (decimal): -7510242 or 1992589. OLE color: 1992589.

HSL color Cylindrical-coordinate representation of color #8D671E: hue angle of 39.46º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D671E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 103 30 -
CMYK 0 0.27 0.79 0.45
HSL 39.46º 0.65% 0.34% -
HSV(B) 39.46º 0.79% 0.55% -
XYZ 16.07 15.46 3.36 -
YUV 106.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 141 103 30 0 0.27 0.79 0.45 39.46 0.65 0.34
Hex 8D 67 1E 0 1B 4F 2D 27 41 22
Octal 215 147 36 0 33 117 55 47 101 42
Binary 10001101 1100111 11110 0 11011 1001111 101101 100111 1000001 100010

Color Harmonies of #8D671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D671E

Black with #8D671E

Text Example


Text Example

White with #8D671E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,103,30); }

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

background-color css

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

 a { background-color: rgb(141,103,30); }

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

border-color css

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

 span { border-color: rgb(141,103,30); }

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