Html Css Color HEX #85661F Yukon Gold

📋 copy color: '#85661F'

red 133 ◦ green 102 ◦ blue 31

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

Shades of Yukon Gold #85661F

Tints of Yukon Gold #85661F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 50%
G = 38.35%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85661F (or 0x85661F) is known color: Yukon Gold. HEX triplet: 85, 66 and 1F. RGB value is (133,102,31). Sum of RGB (Red+Green+Blue) = 133+102+31=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85661F is #7A99E0. Grayscale: #676767. Windows color (decimal): -8034785 or 2057861. OLE color: 2057861.

HSL color Cylindrical-coordinate representation of color #85661F: hue angle of 41.76º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85661F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 31 -
CMYK 0 0.23 0.77 0.48
HSL 41.76º 0.62% 0.32% -
HSV(B) 41.76º 0.77% 0.52% -
XYZ 14.67 14.59 3.34 -
YUV 103.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 133 102 31 0 0.23 0.77 0.48 41.76 0.62 0.32
Hex 85 66 1F 0 17 4D 30 2A 3E 20
Octal 205 146 37 0 27 115 60 52 76 40
Binary 10000101 1100110 11111 0 10111 1001101 110000 101010 111110 100000

Color Harmonies of #85661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85661F

Black with #85661F

Text Example


Text Example

White with #85661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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