Html Css Color HEX #856110 Yukon Gold

📋 copy color: '#856110'

red 133 ◦ green 97 ◦ blue 16

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

Shades of Yukon Gold #856110

Tints of Yukon Gold #856110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 54.07%
G = 39.43%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#856110 (or 0x856110) is known color: Yukon Gold. HEX triplet: 85, 61 and 10. RGB value is (133,97,16). Sum of RGB (Red+Green+Blue) = 133+97+16=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #856110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856110 is #7A9EEF. Grayscale: #626262. Windows color (decimal): -8036080 or 1073541. OLE color: 1073541.

HSL color Cylindrical-coordinate representation of color #856110: hue angle of 41.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #856110 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 16 -
CMYK 0 0.27 0.88 0.48
HSL 41.54º 0.79% 0.29% -
HSV(B) 41.54º 0.88% 0.52% -
XYZ 14.04 13.57 2.37 -
YUV 98.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 133 97 16 0 0.27 0.88 0.48 41.54 0.79 0.29
Hex 85 61 10 0 1B 58 30 2A 4F 1D
Octal 205 141 20 0 33 130 60 52 117 35
Binary 10000101 1100001 10000 0 11011 1011000 110000 101010 1001111 11101

Color Harmonies of #856110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856110

Black with #856110

Text Example


Text Example

White with #856110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856110; }

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

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

background-color css

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

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

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

border-color css

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

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

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