Html Css Color HEX #85680F Yukon Gold

📋 copy color: '#85680F'

red 133 ◦ green 104 ◦ blue 15

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

Shades of Yukon Gold #85680F

Tints of Yukon Gold #85680F

RGB

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

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

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

R = 52.78%
G = 41.27%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85680F (or 0x85680F) is known color: Yukon Gold. HEX triplet: 85, 68 and 0F. RGB value is (133,104,15). Sum of RGB (Red+Green+Blue) = 133+104+15=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85680F is #7A97F0. Grayscale: #666666. Windows color (decimal): -8034289 or 1009797. OLE color: 1009797.

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

Color convert

RGB 133 104 15 -
CMYK 0 0.22 0.89 0.48
HSL 45.25º 0.8% 0.29% -
HSV(B) 45.25º 0.89% 0.52% -
XYZ 14.71 14.92 2.56 -
YUV 102.53 78.61 149.74 -
System Red Green Blue C M Y K H S L
Decimal 133 104 15 0 0.22 0.89 0.48 45.25 0.8 0.29
Hex 85 68 F 0 16 59 30 2D 50 1D
Octal 205 150 17 0 26 131 60 55 120 35
Binary 10000101 1101000 1111 0 10110 1011001 110000 101101 1010000 11101

Color Harmonies of #85680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85680F

Black with #85680F

Text Example


Text Example

White with #85680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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