Html Css Color HEX #8C671E Yukon Gold

📋 copy color: '#8C671E'

red 140 ◦ green 103 ◦ blue 30

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

Shades of Yukon Gold #8C671E

Tints of Yukon Gold #8C671E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

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

R = 51.28%
G = 37.73%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C671E (or 0x8C671E) is known color: Yukon Gold. HEX triplet: 8C, 67 and 1E. RGB value is (140,103,30). Sum of RGB (Red+Green+Blue) = 140+103+30=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C671E is #7398E1. Grayscale: #6A6A6A. Windows color (decimal): -7575778 or 1992588. OLE color: 1992588.

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

Color convert

RGB 140 103 30 -
CMYK 0 0.26 0.79 0.45
HSL 39.82º 0.65% 0.33% -
HSV(B) 39.82º 0.79% 0.55% -
XYZ 15.9 15.37 3.36 -
YUV 105.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 140 103 30 0 0.26 0.79 0.45 39.82 0.65 0.33
Hex 8C 67 1E 0 1A 4F 2D 28 41 21
Octal 214 147 36 0 32 117 55 50 101 41
Binary 10001100 1100111 11110 0 11010 1001111 101101 101000 1000001 100001

Color Harmonies of #8C671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C671E

Black with #8C671E

Text Example


Text Example

White with #8C671E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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