Html Css Color HEX #85600E Yukon Gold

📋 copy color: '#85600E'

red 133 ◦ green 96 ◦ blue 14

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

Shades of Yukon Gold #85600E

Tints of Yukon Gold #85600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 54.73%
G = 39.51%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85600E (or 0x85600E) is known color: Yukon Gold. HEX triplet: 85, 60 and 0E. RGB value is (133,96,14). Sum of RGB (Red+Green+Blue) = 133+96+14=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85600E is #7A9FF1. Grayscale: #626262. Windows color (decimal): -8036338 or 942213. OLE color: 942213.

HSL color Cylindrical-coordinate representation of color #85600E: hue angle of 41.34º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85600E is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 14 -
CMYK 0 0.28 0.89 0.48
HSL 41.34º 0.81% 0.29% -
HSV(B) 41.34º 0.89% 0.52% -
XYZ 13.94 13.38 2.26 -
YUV 97.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 133 96 14 0 0.28 0.89 0.48 41.34 0.81 0.29
Hex 85 60 E 0 1C 59 30 29 51 1D
Octal 205 140 16 0 34 131 60 51 121 35
Binary 10000101 1100000 1110 0 11100 1011001 110000 101001 1010001 11101

Color Harmonies of #85600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85600E

Black with #85600E

Text Example


Text Example

White with #85600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85600E; }

 p { color: rgb(133,96,14); }

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

background-color css

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

 a { background-color: rgb(133,96,14); }

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

border-color css

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

 span { border-color: rgb(133,96,14); }

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