Html Css Color HEX #8C6A16 Yukon Gold

📋 copy color: '#8C6A16'

red 140 ◦ green 106 ◦ blue 22

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

Shades of Yukon Gold #8C6A16

Tints of Yukon Gold #8C6A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 52.24%
G = 39.55%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C6A16 (or 0x8C6A16) is known color: Yukon Gold. HEX triplet: 8C, 6A and 16. RGB value is (140,106,22). Sum of RGB (Red+Green+Blue) = 140+106+22=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6A16 is #7395E9. Grayscale: #6A6A6A. Windows color (decimal): -7575018 or 1469068. OLE color: 1469068.

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

Color convert

RGB 140 106 22 -
CMYK 0 0.24 0.84 0.45
HSL 42.71º 0.73% 0.32% -
HSV(B) 42.71º 0.84% 0.55% -
XYZ 16.11 15.94 2.99 -
YUV 106.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 140 106 22 0 0.24 0.84 0.45 42.71 0.73 0.32
Hex 8C 6A 16 0 18 54 2D 2B 49 20
Octal 214 152 26 0 30 124 55 53 111 40
Binary 10001100 1101010 10110 0 11000 1010100 101101 101011 1001001 100000

Color Harmonies of #8C6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6A16

Black with #8C6A16

Text Example


Text Example

White with #8C6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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