Html Css Color HEX #85660F Yukon Gold

📋 copy color: '#85660F'

red 133 ◦ green 102 ◦ blue 15

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

Shades of Yukon Gold #85660F

Tints of Yukon Gold #85660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

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

R = 53.2%
G = 40.8%
B = 6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85660F (or 0x85660F) is known color: Yukon Gold. HEX triplet: 85, 66 and 0F. RGB value is (133,102,15). Sum of RGB (Red+Green+Blue) = 133+102+15=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85660F is #7A99F0. Grayscale: #656565. Windows color (decimal): -8034801 or 1009285. OLE color: 1009285.

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

Color convert

RGB 133 102 15 -
CMYK 0 0.23 0.89 0.48
HSL 44.24º 0.8% 0.29% -
HSV(B) 44.24º 0.89% 0.52% -
XYZ 14.51 14.52 2.49 -
YUV 101.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 133 102 15 0 0.23 0.89 0.48 44.24 0.8 0.29
Hex 85 66 F 0 17 59 30 2C 50 1D
Octal 205 146 17 0 27 131 60 54 120 35
Binary 10000101 1100110 1111 0 10111 1011001 110000 101100 1010000 11101

Color Harmonies of #85660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85660F

Black with #85660F

Text Example


Text Example

White with #85660F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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