Html Css Color HEX #8C6B13 Yukon Gold

📋 copy color: '#8C6B13'

red 140 ◦ green 107 ◦ blue 19

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

Shades of Yukon Gold #8C6B13

Tints of Yukon Gold #8C6B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.23%

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

R = 52.63%
G = 40.23%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C6B13 (or 0x8C6B13) is known color: Yukon Gold. HEX triplet: 8C, 6B and 13. RGB value is (140,107,19). Sum of RGB (Red+Green+Blue) = 140+107+19=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6B13 is #7394EC. Grayscale: #6B6B6B. Windows color (decimal): -7574765 or 1272716. OLE color: 1272716.

HSL color Cylindrical-coordinate representation of color #8C6B13: hue angle of 43.64º 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 #8C6B13 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 107 19 -
CMYK 0 0.24 0.86 0.45
HSL 43.64º 0.76% 0.31% -
HSV(B) 43.64º 0.86% 0.55% -
XYZ 16.19 16.14 2.88 -
YUV 106.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 140 107 19 0 0.24 0.86 0.45 43.64 0.76 0.31
Hex 8C 6B 13 0 18 56 2D 2C 4C 1F
Octal 214 153 23 0 30 126 55 54 114 37
Binary 10001100 1101011 10011 0 11000 1010110 101101 101100 1001100 11111

Color Harmonies of #8C6B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B13

Black with #8C6B13

Text Example


Text Example

White with #8C6B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,107,19); }

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

background-color css

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

 a { background-color: rgb(140,107,19); }

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

border-color css

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

 span { border-color: rgb(140,107,19); }

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