Html Css Color HEX #80631F Yukon Gold

📋 copy color: '#80631F'

red 128 ◦ green 99 ◦ blue 31

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

Shades of Yukon Gold #80631F

Tints of Yukon Gold #80631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.37%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 49.61%
G = 38.37%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80631F (or 0x80631F) is known color: Yukon Gold. HEX triplet: 80, 63 and 1F. RGB value is (128,99,31). Sum of RGB (Red+Green+Blue) = 128+99+31=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80631F is #7F9CE0. Grayscale: #646464. Windows color (decimal): -8363233 or 2057088. OLE color: 2057088.

HSL color Cylindrical-coordinate representation of color #80631F: hue angle of 42.06º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80631F is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 31 -
CMYK 0 0.23 0.76 0.50
HSL 42.06º 0.61% 0.31% -
HSV(B) 42.06º 0.76% 0.5% -
XYZ 13.61 13.61 3.21 -
YUV 99.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 128 99 31 0 0.23 0.76 0.50 42.06 0.61 0.31
Hex 80 63 1F 0 17 4C 32 2A 3D 1F
Octal 200 143 37 0 27 114 62 52 75 37
Binary 10000000 1100011 11111 0 10111 1001100 110010 101010 111101 11111

Color Harmonies of #80631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80631F

Black with #80631F

Text Example


Text Example

White with #80631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80631F; }

 p { color: rgb(128,99,31); }

 H1.HeaderClassName
 {
   color: #80631F;
 }
 .AnyTagClassName
 {
   color: #80631F;
 }
</style>

background-color css

<style>
 a { background-color: #80631F; }

 a { background-color: rgb(128,99,31); }

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

border-color css

<style>
 span { border-color: #80631F; }

 span { border-color: rgb(128,99,31); }

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