Html Css Color HEX #80630B Yukon Gold

📋 copy color: '#80630B'

red 128 ◦ green 99 ◦ blue 11

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

Shades of Yukon Gold #80630B

Tints of Yukon Gold #80630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 53.78%
G = 41.6%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80630B (or 0x80630B) is known color: Yukon Gold. HEX triplet: 80, 63 and 0B. RGB value is (128,99,11). Sum of RGB (Red+Green+Blue) = 128+99+11=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80630B is #7F9CF4. Grayscale: #626262. Windows color (decimal): -8363253 or 746368. OLE color: 746368.

HSL color Cylindrical-coordinate representation of color #80630B: hue angle of 45.13º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80630B is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 11 -
CMYK 0 0.23 0.91 0.50
HSL 45.13º 0.84% 0.27% -
HSV(B) 45.13º 0.91% 0.5% -
XYZ 13.42 13.54 2.22 -
YUV 97.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 128 99 11 0 0.23 0.91 0.50 45.13 0.84 0.27
Hex 80 63 B 0 17 5B 32 2D 54 1B
Octal 200 143 13 0 27 133 62 55 124 33
Binary 10000000 1100011 1011 0 10111 1011011 110010 101101 1010100 11011

Color Harmonies of #80630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80630B

Black with #80630B

Text Example


Text Example

White with #80630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80630B; }

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

 H1.HeaderClassName
 {
   color: #80630B;
 }
 .AnyTagClassName
 {
   color: #80630B;
 }
</style>

background-color css

<style>
 a { background-color: #80630B; }

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

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

border-color css

<style>
 span { border-color: #80630B; }

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

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