Html Css Color HEX #85690D Yukon Gold

📋 copy color: '#85690D'

red 133 ◦ green 105 ◦ blue 13

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

Shades of Yukon Gold #85690D

Tints of Yukon Gold #85690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 52.99%
G = 41.83%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85690D (or 0x85690D) is known color: Yukon Gold. HEX triplet: 85, 69 and 0D. RGB value is (133,105,13). Sum of RGB (Red+Green+Blue) = 133+105+13=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85690D is #7A96F2. Grayscale: #676767. Windows color (decimal): -8034035 or 878981. OLE color: 878981.

HSL color Cylindrical-coordinate representation of color #85690D: hue angle of 46º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85690D is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 13 -
CMYK 0 0.21 0.90 0.48
HSL 46º 0.82% 0.29% -
HSV(B) 46º 0.9% 0.52% -
XYZ 14.8 15.12 2.52 -
YUV 102.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 133 105 13 0 0.21 0.90 0.48 46 0.82 0.29
Hex 85 69 D 0 15 5A 30 2E 52 1D
Octal 205 151 15 0 25 132 60 56 122 35
Binary 10000101 1101001 1101 0 10101 1011010 110000 101110 1010010 11101

Color Harmonies of #85690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85690D

Black with #85690D

Text Example


Text Example

White with #85690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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