Html Css Color HEX #8C6B19 Yukon Gold

📋 copy color: '#8C6B19'

red 140 ◦ green 107 ◦ blue 25

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

Shades of Yukon Gold #8C6B19

Tints of Yukon Gold #8C6B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 51.47%
G = 39.34%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C6B19 (or 0x8C6B19) is known color: Yukon Gold. HEX triplet: 8C, 6B and 19. RGB value is (140,107,25). Sum of RGB (Red+Green+Blue) = 140+107+25=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6B19 is #7394E6. Grayscale: #6B6B6B. Windows color (decimal): -7574759 or 1665932. OLE color: 1665932.

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

Color convert

RGB 140 107 25 -
CMYK 0 0.24 0.82 0.45
HSL 42.78º 0.7% 0.32% -
HSV(B) 42.78º 0.82% 0.55% -
XYZ 16.25 16.16 3.18 -
YUV 107.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 140 107 25 0 0.24 0.82 0.45 42.78 0.7 0.32
Hex 8C 6B 19 0 18 52 2D 2B 46 20
Octal 214 153 31 0 30 122 55 53 106 40
Binary 10001100 1101011 11001 0 11000 1010010 101101 101011 1000110 100000

Color Harmonies of #8C6B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B19

Black with #8C6B19

Text Example


Text Example

White with #8C6B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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