Html Css Color HEX #80672C Yukon Gold

📋 copy color: '#80672C'

red 128 ◦ green 103 ◦ blue 44

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

Shades of Yukon Gold #80672C

Tints of Yukon Gold #80672C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16%

R = 46.55%
G = 37.45%
B = 16%

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

#80672C (or 0x80672C) is known color: Yukon Gold. HEX triplet: 80, 67 and 2C. RGB value is (128,103,44). Sum of RGB (Red+Green+Blue) = 128+103+44=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80672C is #7F98D3. Grayscale: #686868. Windows color (decimal): -8362196 or 2910080. OLE color: 2910080.

HSL color Cylindrical-coordinate representation of color #80672C: hue angle of 42.14º degrees, saturation: 0.49, 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 #80672C is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 44 -
CMYK 0 0.20 0.66 0.50
HSL 42.14º 0.49% 0.34% -
HSV(B) 42.14º 0.66% 0.5% -
XYZ 14.21 14.47 4.43 -
YUV 103.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 128 103 44 0 0.20 0.66 0.50 42.14 0.49 0.34
Hex 80 67 2C 0 14 42 32 2A 31 22
Octal 200 147 54 0 24 102 62 52 61 42
Binary 10000000 1100111 101100 0 10100 1000010 110010 101010 110001 100010

Color Harmonies of #80672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80672C

Black with #80672C

Text Example


Text Example

White with #80672C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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