Html Css Color HEX #80671C Yukon Gold

📋 copy color: '#80671C'

red 128 ◦ green 103 ◦ blue 28

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

Shades of Yukon Gold #80671C

Tints of Yukon Gold #80671C

RGB

 RED value IS 128 (50.39% from 255) = 49.42%

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 49.42%
G = 39.77%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80671C (or 0x80671C) is known color: Yukon Gold. HEX triplet: 80, 67 and 1C. RGB value is (128,103,28). Sum of RGB (Red+Green+Blue) = 128+103+28=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80671C is #7F98E3. Grayscale: #666666. Windows color (decimal): -8362212 or 1861504. OLE color: 1861504.

HSL color Cylindrical-coordinate representation of color #80671C: hue angle of 45º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80671C is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 28 -
CMYK 0 0.20 0.78 0.50
HSL 45º 0.64% 0.31% -
HSV(B) 45º 0.78% 0.5% -
XYZ 13.96 14.37 3.14 -
YUV 101.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 128 103 28 0 0.20 0.78 0.50 45 0.64 0.31
Hex 80 67 1C 0 14 4E 32 2D 40 1F
Octal 200 147 34 0 24 116 62 55 100 37
Binary 10000000 1100111 11100 0 10100 1001110 110010 101101 1000000 11111

Color Harmonies of #80671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80671C

Black with #80671C

Text Example


Text Example

White with #80671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80671C; }

 p { color: rgb(128,103,28); }

 H1.HeaderClassName
 {
   color: #80671C;
 }
 .AnyTagClassName
 {
   color: #80671C;
 }
</style>

background-color css

<style>
 a { background-color: #80671C; }

 a { background-color: rgb(128,103,28); }

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

border-color css

<style>
 span { border-color: #80671C; }

 span { border-color: rgb(128,103,28); }

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