Html Css Color HEX #85611A Yukon Gold

📋 copy color: '#85611A'

red 133 ◦ green 97 ◦ blue 26

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

Shades of Yukon Gold #85611A

Tints of Yukon Gold #85611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 51.95%
G = 37.89%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85611A (or 0x85611A) is known color: Yukon Gold. HEX triplet: 85, 61 and 1A. RGB value is (133,97,26). Sum of RGB (Red+Green+Blue) = 133+97+26=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85611A is #7A9EE5. Grayscale: #636363. Windows color (decimal): -8036070 or 1728901. OLE color: 1728901.

HSL color Cylindrical-coordinate representation of color #85611A: hue angle of 39.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85611A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 26 -
CMYK 0 0.27 0.80 0.48
HSL 39.81º 0.67% 0.31% -
HSV(B) 39.81º 0.8% 0.52% -
XYZ 14.13 13.61 2.86 -
YUV 99.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 133 97 26 0 0.27 0.80 0.48 39.81 0.67 0.31
Hex 85 61 1A 0 1B 50 30 28 43 1F
Octal 205 141 32 0 33 120 60 50 103 37
Binary 10000101 1100001 11010 0 11011 1010000 110000 101000 1000011 11111

Color Harmonies of #85611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85611A

Black with #85611A

Text Example


Text Example

White with #85611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85611A; }

 p { color: rgb(133,97,26); }

 H1.HeaderClassName
 {
   color: #85611A;
 }
 .AnyTagClassName
 {
   color: #85611A;
 }
</style>

background-color css

<style>
 a { background-color: #85611A; }

 a { background-color: rgb(133,97,26); }

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

border-color css

<style>
 span { border-color: #85611A; }

 span { border-color: rgb(133,97,26); }

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