Html Css Color HEX #85610C Yukon Gold

📋 copy color: '#85610C'

red 133 ◦ green 97 ◦ blue 12

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

Shades of Yukon Gold #85610C

Tints of Yukon Gold #85610C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 54.96%
G = 40.08%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85610C (or 0x85610C) is known color: Yukon Gold. HEX triplet: 85, 61 and 0C. RGB value is (133,97,12). Sum of RGB (Red+Green+Blue) = 133+97+12=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85610C is #7A9EF3. Grayscale: #626262. Windows color (decimal): -8036084 or 811397. OLE color: 811397.

HSL color Cylindrical-coordinate representation of color #85610C: hue angle of 42.15º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85610C is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 12 -
CMYK 0 0.27 0.91 0.48
HSL 42.15º 0.83% 0.28% -
HSV(B) 42.15º 0.91% 0.52% -
XYZ 14.01 13.56 2.23 -
YUV 98.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 133 97 12 0 0.27 0.91 0.48 42.15 0.83 0.28
Hex 85 61 C 0 1B 5B 30 2A 53 1C
Octal 205 141 14 0 33 133 60 52 123 34
Binary 10000101 1100001 1100 0 11011 1011011 110000 101010 1010011 11100

Color Harmonies of #85610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85610C

Black with #85610C

Text Example


Text Example

White with #85610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85610C; }

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

 H1.HeaderClassName
 {
   color: #85610C;
 }
 .AnyTagClassName
 {
   color: #85610C;
 }
</style>

background-color css

<style>
 a { background-color: #85610C; }

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

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

border-color css

<style>
 span { border-color: #85610C; }

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

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