Html Css Color HEX #85600F Yukon Gold

📋 copy color: '#85600F'

red 133 ◦ green 96 ◦ blue 15

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

Shades of Yukon Gold #85600F

Tints of Yukon Gold #85600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

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

R = 54.51%
G = 39.34%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85600F (or 0x85600F) is known color: Yukon Gold. HEX triplet: 85, 60 and 0F. RGB value is (133,96,15). Sum of RGB (Red+Green+Blue) = 133+96+15=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85600F is #7A9FF0. Grayscale: #626262. Windows color (decimal): -8036337 or 1007749. OLE color: 1007749.

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

Color convert

RGB 133 96 15 -
CMYK 0 0.28 0.89 0.48
HSL 41.19º 0.8% 0.29% -
HSV(B) 41.19º 0.89% 0.52% -
XYZ 13.94 13.39 2.3 -
YUV 97.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 133 96 15 0 0.28 0.89 0.48 41.19 0.8 0.29
Hex 85 60 F 0 1C 59 30 29 50 1D
Octal 205 140 17 0 34 131 60 51 120 35
Binary 10000101 1100000 1111 0 11100 1011001 110000 101001 1010000 11101

Color Harmonies of #85600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85600F

Black with #85600F

Text Example


Text Example

White with #85600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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