Html Css Color HEX #85682A Yukon Gold

📋 copy color: '#85682A'

red 133 ◦ green 104 ◦ blue 42

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

Shades of Yukon Gold #85682A

Tints of Yukon Gold #85682A

RGB

 RED value IS 133 (52.34% from 255) = 47.67%

 GREEN value IS 104 (41.02% from 255) = 37.28%

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 47.67%
G = 37.28%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85682A (or 0x85682A) is known color: Yukon Gold. HEX triplet: 85, 68 and 2A. RGB value is (133,104,42). Sum of RGB (Red+Green+Blue) = 133+104+42=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85682A is #7A97D5. Grayscale: #696969. Windows color (decimal): -8034262 or 2779269. OLE color: 2779269.

HSL color Cylindrical-coordinate representation of color #85682A: hue angle of 40.88º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85682A is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 42 -
CMYK 0 0.22 0.68 0.48
HSL 40.88º 0.52% 0.34% -
HSV(B) 40.88º 0.68% 0.52% -
XYZ 15.04 15.05 4.3 -
YUV 105.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 133 104 42 0 0.22 0.68 0.48 40.88 0.52 0.34
Hex 85 68 2A 0 16 44 30 29 34 22
Octal 205 150 52 0 26 104 60 51 64 42
Binary 10000101 1101000 101010 0 10110 1000100 110000 101001 110100 100010

Color Harmonies of #85682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85682A

Black with #85682A

Text Example


Text Example

White with #85682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85682A; }

 p { color: rgb(133,104,42); }

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

background-color css

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

 a { background-color: rgb(133,104,42); }

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

border-color css

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

 span { border-color: rgb(133,104,42); }

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