Html Css Color HEX #85690B Yukon Gold

📋 copy color: '#85690B'

red 133 ◦ green 105 ◦ blue 11

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

Shades of Yukon Gold #85690B

Tints of Yukon Gold #85690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 53.41%
G = 42.17%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85690B (or 0x85690B) is known color: Yukon Gold. HEX triplet: 85, 69 and 0B. RGB value is (133,105,11). Sum of RGB (Red+Green+Blue) = 133+105+11=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85690B is #7A96F4. Grayscale: #676767. Windows color (decimal): -8034037 or 747909. OLE color: 747909.

HSL color Cylindrical-coordinate representation of color #85690B: hue angle of 46.23º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85690B is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 11 -
CMYK 0 0.21 0.92 0.48
HSL 46.23º 0.85% 0.28% -
HSV(B) 46.23º 0.92% 0.52% -
XYZ 14.78 15.11 2.45 -
YUV 102.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 133 105 11 0 0.21 0.92 0.48 46.23 0.85 0.28
Hex 85 69 B 0 15 5C 30 2E 55 1C
Octal 205 151 13 0 25 134 60 56 125 34
Binary 10000101 1101001 1011 0 10101 1011100 110000 101110 1010101 11100

Color Harmonies of #85690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85690B

Black with #85690B

Text Example


Text Example

White with #85690B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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