Html Css Color HEX #80672E Yukon Gold

📋 copy color: '#80672E'

red 128 ◦ green 103 ◦ blue 46

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

Shades of Yukon Gold #80672E

Tints of Yukon Gold #80672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 46.21%
G = 37.18%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80672E (or 0x80672E) is known color: Yukon Gold. HEX triplet: 80, 67 and 2E. RGB value is (128,103,46). Sum of RGB (Red+Green+Blue) = 128+103+46=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80672E is #7F98D1. Grayscale: #686868. Windows color (decimal): -8362194 or 3041152. OLE color: 3041152.

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

Color convert

RGB 128 103 46 -
CMYK 0 0.20 0.64 0.50
HSL 41.71º 0.47% 0.34% -
HSV(B) 41.71º 0.64% 0.5% -
XYZ 14.25 14.49 4.63 -
YUV 103.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 128 103 46 0 0.20 0.64 0.50 41.71 0.47 0.34
Hex 80 67 2E 0 14 40 32 2A 2F 22
Octal 200 147 56 0 24 100 62 52 57 42
Binary 10000000 1100111 101110 0 10100 1000000 110010 101010 101111 100010

Color Harmonies of #80672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80672E

Black with #80672E

Text Example


Text Example

White with #80672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80672E; }

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

 H1.HeaderClassName
 {
   color: #80672E;
 }
 .AnyTagClassName
 {
   color: #80672E;
 }
</style>

background-color css

<style>
 a { background-color: #80672E; }

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

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

border-color css

<style>
 span { border-color: #80672E; }

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

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