Html Css Color HEX #80611F Yukon Gold

📋 copy color: '#80611F'

red 128 ◦ green 97 ◦ blue 31

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

Shades of Yukon Gold #80611F

Tints of Yukon Gold #80611F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

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

R = 50%
G = 37.89%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80611F (or 0x80611F) is known color: Yukon Gold. HEX triplet: 80, 61 and 1F. RGB value is (128,97,31). Sum of RGB (Red+Green+Blue) = 128+97+31=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80611F is #7F9EE0. Grayscale: #636363. Windows color (decimal): -8363745 or 2056576. OLE color: 2056576.

HSL color Cylindrical-coordinate representation of color #80611F: hue angle of 40.82º 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 #80611F is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 97 31 -
CMYK 0 0.24 0.76 0.50
HSL 40.82º 0.61% 0.31% -
HSV(B) 40.82º 0.76% 0.5% -
XYZ 13.42 13.24 3.14 -
YUV 98.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 128 97 31 0 0.24 0.76 0.50 40.82 0.61 0.31
Hex 80 61 1F 0 18 4C 32 29 3D 1F
Octal 200 141 37 0 30 114 62 51 75 37
Binary 10000000 1100001 11111 0 11000 1001100 110010 101001 111101 11111

Color Harmonies of #80611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80611F

Black with #80611F

Text Example


Text Example

White with #80611F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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