Html Css Color HEX #85681C Yukon Gold

📋 copy color: '#85681C'

red 133 ◦ green 104 ◦ blue 28

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

Shades of Yukon Gold #85681C

Tints of Yukon Gold #85681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 50.19%
G = 39.25%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85681C (or 0x85681C) is known color: Yukon Gold. HEX triplet: 85, 68 and 1C. RGB value is (133,104,28). Sum of RGB (Red+Green+Blue) = 133+104+28=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85681C is #7A97E3. Grayscale: #686868. Windows color (decimal): -8034276 or 1861765. OLE color: 1861765.

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

Color convert

RGB 133 104 28 -
CMYK 0 0.22 0.79 0.48
HSL 43.43º 0.65% 0.32% -
HSV(B) 43.43º 0.79% 0.52% -
XYZ 14.83 14.97 3.21 -
YUV 104.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 133 104 28 0 0.22 0.79 0.48 43.43 0.65 0.32
Hex 85 68 1C 0 16 4F 30 2B 41 20
Octal 205 150 34 0 26 117 60 53 101 40
Binary 10000101 1101000 11100 0 10110 1001111 110000 101011 1000001 100000

Color Harmonies of #85681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85681C

Black with #85681C

Text Example


Text Example

White with #85681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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