Html Css Color HEX #85681F Yukon Gold

📋 copy color: '#85681F'

red 133 ◦ green 104 ◦ blue 31

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

Shades of Yukon Gold #85681F

Tints of Yukon Gold #85681F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 49.63%
G = 38.81%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85681F (or 0x85681F) is known color: Yukon Gold. HEX triplet: 85, 68 and 1F. RGB value is (133,104,31). Sum of RGB (Red+Green+Blue) = 133+104+31=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85681F is #7A97E0. Grayscale: #686868. Windows color (decimal): -8034273 or 2058373. OLE color: 2058373.

HSL color Cylindrical-coordinate representation of color #85681F: hue angle of 42.94º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85681F is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 31 -
CMYK 0 0.22 0.77 0.48
HSL 42.94º 0.62% 0.32% -
HSV(B) 42.94º 0.77% 0.52% -
XYZ 14.87 14.99 3.41 -
YUV 104.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 133 104 31 0 0.22 0.77 0.48 42.94 0.62 0.32
Hex 85 68 1F 0 16 4D 30 2B 3E 20
Octal 205 150 37 0 26 115 60 53 76 40
Binary 10000101 1101000 11111 0 10110 1001101 110000 101011 111110 100000

Color Harmonies of #85681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85681F

Black with #85681F

Text Example


Text Example

White with #85681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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