Html Css Color HEX #85680B Yukon Gold

📋 copy color: '#85680B'

red 133 ◦ green 104 ◦ blue 11

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

Shades of Yukon Gold #85680B

Tints of Yukon Gold #85680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.94%

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

R = 53.63%
G = 41.94%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85680B (or 0x85680B) is known color: Yukon Gold. HEX triplet: 85, 68 and 0B. RGB value is (133,104,11). Sum of RGB (Red+Green+Blue) = 133+104+11=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85680B is #7A97F4. Grayscale: #666666. Windows color (decimal): -8034293 or 747653. OLE color: 747653.

HSL color Cylindrical-coordinate representation of color #85680B: hue angle of 45.74º 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 #85680B is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 11 -
CMYK 0 0.22 0.92 0.48
HSL 45.74º 0.85% 0.28% -
HSV(B) 45.74º 0.92% 0.52% -
XYZ 14.68 14.91 2.42 -
YUV 102.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 133 104 11 0 0.22 0.92 0.48 45.74 0.85 0.28
Hex 85 68 B 0 16 5C 30 2E 55 1C
Octal 205 150 13 0 26 134 60 56 125 34
Binary 10000101 1101000 1011 0 10110 1011100 110000 101110 1010101 11100

Color Harmonies of #85680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85680B

Black with #85680B

Text Example


Text Example

White with #85680B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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