Html Css Color HEX #85662A Yukon Gold

📋 copy color: '#85662A'

red 133 ◦ green 102 ◦ blue 42

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

Shades of Yukon Gold #85662A

Tints of Yukon Gold #85662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

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

R = 48.01%
G = 36.82%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85662A (or 0x85662A) is known color: Yukon Gold. HEX triplet: 85, 66 and 2A. RGB value is (133,102,42). Sum of RGB (Red+Green+Blue) = 133+102+42=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85662A is #7A99D5. Grayscale: #686868. Windows color (decimal): -8034774 or 2778757. OLE color: 2778757.

HSL color Cylindrical-coordinate representation of color #85662A: hue angle of 39.56º 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 #85662A is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 42 -
CMYK 0 0.23 0.68 0.48
HSL 39.56º 0.52% 0.34% -
HSV(B) 39.56º 0.68% 0.52% -
XYZ 14.84 14.66 4.24 -
YUV 104.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 133 102 42 0 0.23 0.68 0.48 39.56 0.52 0.34
Hex 85 66 2A 0 17 44 30 28 34 22
Octal 205 146 52 0 27 104 60 50 64 42
Binary 10000101 1100110 101010 0 10111 1000100 110000 101000 110100 100010

Color Harmonies of #85662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85662A

Black with #85662A

Text Example


Text Example

White with #85662A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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