Html Css Color HEX #80672B Yukon Gold

📋 copy color: '#80672B'

red 128 ◦ green 103 ◦ blue 43

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

Shades of Yukon Gold #80672B

Tints of Yukon Gold #80672B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 46.72%
G = 37.59%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80672B (or 0x80672B) is known color: Yukon Gold. HEX triplet: 80, 67 and 2B. RGB value is (128,103,43). Sum of RGB (Red+Green+Blue) = 128+103+43=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80672B is #7F98D4. Grayscale: #676767. Windows color (decimal): -8362197 or 2844544. OLE color: 2844544.

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

Color convert

RGB 128 103 43 -
CMYK 0 0.20 0.66 0.50
HSL 42.35º 0.5% 0.34% -
HSV(B) 42.35º 0.66% 0.5% -
XYZ 14.19 14.46 4.33 -
YUV 103.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 128 103 43 0 0.20 0.66 0.50 42.35 0.5 0.34
Hex 80 67 2B 0 14 42 32 2A 32 22
Octal 200 147 53 0 24 102 62 52 62 42
Binary 10000000 1100111 101011 0 10100 1000010 110010 101010 110010 100010

Color Harmonies of #80672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80672B

Black with #80672B

Text Example


Text Example

White with #80672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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