Html Css Color HEX #8C6F1D Yukon Gold

📋 copy color: '#8C6F1D'

red 140 ◦ green 111 ◦ blue 29

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

Shades of Yukon Gold #8C6F1D

Tints of Yukon Gold #8C6F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 50%
G = 39.64%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C6F1D (or 0x8C6F1D) is known color: Yukon Gold. HEX triplet: 8C, 6F and 1D. RGB value is (140,111,29). Sum of RGB (Red+Green+Blue) = 140+111+29=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6F1D is #7390E2. Grayscale: #6E6E6E. Windows color (decimal): -7573731 or 1929100. OLE color: 1929100.

HSL color Cylindrical-coordinate representation of color #8C6F1D: hue angle of 44.32º degrees, saturation: 0.66, 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 #8C6F1D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 111 29 -
CMYK 0 0.21 0.79 0.45
HSL 44.32º 0.66% 0.33% -
HSV(B) 44.32º 0.79% 0.55% -
XYZ 16.72 17.03 3.57 -
YUV 110.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 140 111 29 0 0.21 0.79 0.45 44.32 0.66 0.33
Hex 8C 6F 1D 0 15 4F 2D 2C 42 21
Octal 214 157 35 0 25 117 55 54 102 41
Binary 10001100 1101111 11101 0 10101 1001111 101101 101100 1000010 100001

Color Harmonies of #8C6F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6F1D

Black with #8C6F1D

Text Example


Text Example

White with #8C6F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,111,29); }

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

background-color css

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

 a { background-color: rgb(140,111,29); }

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

border-color css

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

 span { border-color: rgb(140,111,29); }

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