Html Css Color HEX #80651F Yukon Gold

📋 copy color: '#80651F'

red 128 ◦ green 101 ◦ blue 31

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

Shades of Yukon Gold #80651F

Tints of Yukon Gold #80651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.85%

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

R = 49.23%
G = 38.85%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80651F (or 0x80651F) is known color: Yukon Gold. HEX triplet: 80, 65 and 1F. RGB value is (128,101,31). Sum of RGB (Red+Green+Blue) = 128+101+31=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80651F is #7F9AE0. Grayscale: #656565. Windows color (decimal): -8362721 or 2057600. OLE color: 2057600.

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

Color convert

RGB 128 101 31 -
CMYK 0 0.21 0.76 0.50
HSL 43.3º 0.61% 0.31% -
HSV(B) 43.3º 0.76% 0.5% -
XYZ 13.8 14 3.27 -
YUV 101.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 128 101 31 0 0.21 0.76 0.50 43.3 0.61 0.31
Hex 80 65 1F 0 15 4C 32 2B 3D 1F
Octal 200 145 37 0 25 114 62 53 75 37
Binary 10000000 1100101 11111 0 10101 1001100 110010 101011 111101 11111

Color Harmonies of #80651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80651F

Black with #80651F

Text Example


Text Example

White with #80651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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