Html Css Color HEX #856C25 Yukon Gold

📋 copy color: '#856C25'

red 133 ◦ green 108 ◦ blue 37

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

Shades of Yukon Gold #856C25

Tints of Yukon Gold #856C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 47.84%
G = 38.85%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#856C25 (or 0x856C25) is known color: Yukon Gold. HEX triplet: 85, 6C and 25. RGB value is (133,108,37). Sum of RGB (Red+Green+Blue) = 133+108+37=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #856C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C25 is #7A93DA. Grayscale: #6B6B6B. Windows color (decimal): -8033243 or 2452613. OLE color: 2452613.

HSL color Cylindrical-coordinate representation of color #856C25: hue angle of 44.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #856C25 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 37 -
CMYK 0 0.19 0.72 0.48
HSL 44.38º 0.56% 0.33% -
HSV(B) 44.38º 0.72% 0.52% -
XYZ 15.37 15.85 4 -
YUV 107.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 133 108 37 0 0.19 0.72 0.48 44.38 0.56 0.33
Hex 85 6C 25 0 13 48 30 2C 38 21
Octal 205 154 45 0 23 110 60 54 70 41
Binary 10000101 1101100 100101 0 10011 1001000 110000 101100 111000 100001

Color Harmonies of #856C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C25

Black with #856C25

Text Example


Text Example

White with #856C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856C25; }

 p { color: rgb(133,108,37); }

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

background-color css

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

 a { background-color: rgb(133,108,37); }

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

border-color css

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

 span { border-color: rgb(133,108,37); }

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