Html Css Color HEX #856804 Yukon Gold

📋 copy color: '#856804'

red 133 ◦ green 104 ◦ blue 4

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

Shades of Yukon Gold #856804

Tints of Yukon Gold #856804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 55.19%
G = 43.15%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856804 (or 0x856804) is known color: Yukon Gold. HEX triplet: 85, 68 and 04. RGB value is (133,104,4). Sum of RGB (Red+Green+Blue) = 133+104+4=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #856804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856804 is #7A97FB. Grayscale: #656565. Windows color (decimal): -8034300 or 288901. OLE color: 288901.

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

Color convert

RGB 133 104 4 -
CMYK 0 0.22 0.97 0.48
HSL 46.51º 0.94% 0.27% -
HSV(B) 46.51º 0.97% 0.52% -
XYZ 14.65 14.9 2.22 -
YUV 101.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 133 104 4 0 0.22 0.97 0.48 46.51 0.94 0.27
Hex 85 68 4 0 16 61 30 2F 5E 1B
Octal 205 150 4 0 26 141 60 57 136 33
Binary 10000101 1101000 100 0 10110 1100001 110000 101111 1011110 11011

Color Harmonies of #856804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856804

Black with #856804

Text Example


Text Example

White with #856804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856804; }

 p { color: rgb(133,104,4); }

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

background-color css

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

 a { background-color: rgb(133,104,4); }

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

border-color css

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

 span { border-color: rgb(133,104,4); }

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