Html Css Color HEX #85690F Yukon Gold

📋 copy color: '#85690F'

red 133 ◦ green 105 ◦ blue 15

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

Shades of Yukon Gold #85690F

Tints of Yukon Gold #85690F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 52.57%
G = 41.5%
B = 5.93%

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

#85690F (or 0x85690F) is known color: Yukon Gold. HEX triplet: 85, 69 and 0F. RGB value is (133,105,15). Sum of RGB (Red+Green+Blue) = 133+105+15=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #85690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85690F is #7A96F0. Grayscale: #676767. Windows color (decimal): -8034033 or 1010053. OLE color: 1010053.

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

Color convert

RGB 133 105 15 -
CMYK 0 0.21 0.89 0.48
HSL 45.76º 0.8% 0.29% -
HSV(B) 45.76º 0.89% 0.52% -
XYZ 14.81 15.12 2.59 -
YUV 103.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 133 105 15 0 0.21 0.89 0.48 45.76 0.8 0.29
Hex 85 69 F 0 15 59 30 2E 50 1D
Octal 205 151 17 0 25 131 60 56 120 35
Binary 10000101 1101001 1111 0 10101 1011001 110000 101110 1010000 11101

Color Harmonies of #85690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85690F

Black with #85690F

Text Example


Text Example

White with #85690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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