Html Css Color HEX #806B12 Yukon Gold

📋 copy color: '#806B12'

red 128 ◦ green 107 ◦ blue 18

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

Shades of Yukon Gold #806B12

Tints of Yukon Gold #806B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.29%

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 50.59%
G = 42.29%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#806B12 (or 0x806B12) is known color: Yukon Gold. HEX triplet: 80, 6B and 12. RGB value is (128,107,18). Sum of RGB (Red+Green+Blue) = 128+107+18=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #806B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B12 is #7F94ED. Grayscale: #676767. Windows color (decimal): -8361198 or 1207168. OLE color: 1207168.

HSL color Cylindrical-coordinate representation of color #806B12: hue angle of 48.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #806B12 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 107 18 -
CMYK 0 0.16 0.86 0.50
HSL 48.55º 0.75% 0.29% -
HSV(B) 48.55º 0.86% 0.5% -
XYZ 14.27 15.15 2.74 -
YUV 103.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 128 107 18 0 0.16 0.86 0.50 48.55 0.75 0.29
Hex 80 6B 12 0 10 56 32 31 4B 1D
Octal 200 153 22 0 20 126 62 61 113 35
Binary 10000000 1101011 10010 0 10000 1010110 110010 110001 1001011 11101

Color Harmonies of #806B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B12

Black with #806B12

Text Example


Text Example

White with #806B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806B12; }

 p { color: rgb(128,107,18); }

 H1.HeaderClassName
 {
   color: #806B12;
 }
 .AnyTagClassName
 {
   color: #806B12;
 }
</style>

background-color css

<style>
 a { background-color: #806B12; }

 a { background-color: rgb(128,107,18); }

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

border-color css

<style>
 span { border-color: #806B12; }

 span { border-color: rgb(128,107,18); }

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