Html Css Color HEX #806206 Yukon Gold

📋 copy color: '#806206'

red 128 ◦ green 98 ◦ blue 6

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

Shades of Yukon Gold #806206

Tints of Yukon Gold #806206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 55.17%
G = 42.24%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#806206 (or 0x806206) is known color: Yukon Gold. HEX triplet: 80, 62 and 06. RGB value is (128,98,6). Sum of RGB (Red+Green+Blue) = 128+98+6=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #806206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806206 is #7F9DF9. Grayscale: #606060. Windows color (decimal): -8363514 or 418432. OLE color: 418432.

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

Color convert

RGB 128 98 6 -
CMYK 0 0.23 0.95 0.50
HSL 45.25º 0.91% 0.26% -
HSV(B) 45.25º 0.95% 0.5% -
XYZ 13.3 13.34 2.05 -
YUV 96.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 128 98 6 0 0.23 0.95 0.50 45.25 0.91 0.26
Hex 80 62 6 0 17 5F 32 2D 5B 1A
Octal 200 142 6 0 27 137 62 55 133 32
Binary 10000000 1100010 110 0 10111 1011111 110010 101101 1011011 11010

Color Harmonies of #806206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806206

Black with #806206

Text Example


Text Example

White with #806206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806206; }

 p { color: rgb(128,98,6); }

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

background-color css

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

 a { background-color: rgb(128,98,6); }

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

border-color css

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

 span { border-color: rgb(128,98,6); }

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