Html Css Color HEX #8C6A1E Yukon Gold

📋 copy color: '#8C6A1E'

red 140 ◦ green 106 ◦ blue 30

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

Shades of Yukon Gold #8C6A1E

Tints of Yukon Gold #8C6A1E

RGB

 RED value IS 140 (55.08% from 255) = 50.72%

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

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

R = 50.72%
G = 38.41%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C6A1E (or 0x8C6A1E) is known color: Yukon Gold. HEX triplet: 8C, 6A and 1E. RGB value is (140,106,30). Sum of RGB (Red+Green+Blue) = 140+106+30=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A1E is #7395E1. Grayscale: #6B6B6B. Windows color (decimal): -7575010 or 1993356. OLE color: 1993356.

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

Color convert

RGB 140 106 30 -
CMYK 0 0.24 0.79 0.45
HSL 41.45º 0.65% 0.33% -
HSV(B) 41.45º 0.79% 0.55% -
XYZ 16.2 15.98 3.46 -
YUV 107.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 140 106 30 0 0.24 0.79 0.45 41.45 0.65 0.33
Hex 8C 6A 1E 0 18 4F 2D 29 41 21
Octal 214 152 36 0 30 117 55 51 101 41
Binary 10001100 1101010 11110 0 11000 1001111 101101 101001 1000001 100001

Color Harmonies of #8C6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6A1E

Black with #8C6A1E

Text Example


Text Example

White with #8C6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,106,30); }

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

background-color css

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

 a { background-color: rgb(140,106,30); }

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

border-color css

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

 span { border-color: rgb(140,106,30); }

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