Html Css Color HEX #85690E Yukon Gold

📋 copy color: '#85690E'

red 133 ◦ green 105 ◦ blue 14

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

Shades of Yukon Gold #85690E

Tints of Yukon Gold #85690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

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

R = 52.78%
G = 41.67%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85690E (or 0x85690E) is known color: Yukon Gold. HEX triplet: 85, 69 and 0E. RGB value is (133,105,14). Sum of RGB (Red+Green+Blue) = 133+105+14=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85690E is #7A96F1. Grayscale: #676767. Windows color (decimal): -8034034 or 944517. OLE color: 944517.

HSL color Cylindrical-coordinate representation of color #85690E: hue angle of 45.88º 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 #85690E is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 14 -
CMYK 0 0.21 0.89 0.48
HSL 45.88º 0.81% 0.29% -
HSV(B) 45.88º 0.89% 0.52% -
XYZ 14.8 15.12 2.55 -
YUV 103 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 133 105 14 0 0.21 0.89 0.48 45.88 0.81 0.29
Hex 85 69 E 0 15 59 30 2E 51 1D
Octal 205 151 16 0 25 131 60 56 121 35
Binary 10000101 1101001 1110 0 10101 1011001 110000 101110 1010001 11101

Color Harmonies of #85690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85690E

Black with #85690E

Text Example


Text Example

White with #85690E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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