Html Css Color HEX #80631C Yukon Gold

📋 copy color: '#80631C'

red 128 ◦ green 99 ◦ blue 28

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

Shades of Yukon Gold #80631C

Tints of Yukon Gold #80631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 50.2%
G = 38.82%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80631C (or 0x80631C) is known color: Yukon Gold. HEX triplet: 80, 63 and 1C. RGB value is (128,99,28). Sum of RGB (Red+Green+Blue) = 128+99+28=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80631C is #7F9CE3. Grayscale: #636363. Windows color (decimal): -8363236 or 1860480. OLE color: 1860480.

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

Color convert

RGB 128 99 28 -
CMYK 0 0.23 0.78 0.50
HSL 42.6º 0.64% 0.31% -
HSV(B) 42.6º 0.78% 0.5% -
XYZ 13.57 13.6 3.01 -
YUV 99.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 128 99 28 0 0.23 0.78 0.50 42.6 0.64 0.31
Hex 80 63 1C 0 17 4E 32 2B 40 1F
Octal 200 143 34 0 27 116 62 53 100 37
Binary 10000000 1100011 11100 0 10111 1001110 110010 101011 1000000 11111

Color Harmonies of #80631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80631C

Black with #80631C

Text Example


Text Example

White with #80631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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