Html Css Color HEX #856628 Yukon Gold

📋 copy color: '#856628'

red 133 ◦ green 102 ◦ blue 40

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

Shades of Yukon Gold #856628

Tints of Yukon Gold #856628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 48.36%
G = 37.09%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#856628 (or 0x856628) is known color: Yukon Gold. HEX triplet: 85, 66 and 28. RGB value is (133,102,40). Sum of RGB (Red+Green+Blue) = 133+102+40=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #856628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856628 is #7A99D7. Grayscale: #686868. Windows color (decimal): -8034776 or 2647685. OLE color: 2647685.

HSL color Cylindrical-coordinate representation of color #856628: hue angle of 40º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #856628 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 40 -
CMYK 0 0.23 0.70 0.48
HSL 40º 0.54% 0.34% -
HSV(B) 40º 0.7% 0.52% -
XYZ 14.81 14.64 4.05 -
YUV 104.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 133 102 40 0 0.23 0.70 0.48 40 0.54 0.34
Hex 85 66 28 0 17 46 30 28 36 22
Octal 205 146 50 0 27 106 60 50 66 42
Binary 10000101 1100110 101000 0 10111 1000110 110000 101000 110110 100010

Color Harmonies of #856628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856628

Black with #856628

Text Example


Text Example

White with #856628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856628; }

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

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

background-color css

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

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

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

border-color css

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

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

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