Html Css Color HEX #856704 Yukon Gold

📋 copy color: '#856704'

red 133 ◦ green 103 ◦ blue 4

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

Shades of Yukon Gold #856704

Tints of Yukon Gold #856704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

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

R = 55.42%
G = 42.92%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856704 (or 0x856704) is known color: Yukon Gold. HEX triplet: 85, 67 and 04. RGB value is (133,103,4). Sum of RGB (Red+Green+Blue) = 133+103+4=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #856704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856704 is #7A98FB. Grayscale: #656565. Windows color (decimal): -8034556 or 288645. OLE color: 288645.

HSL color Cylindrical-coordinate representation of color #856704: hue angle of 46.05º 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 #856704 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 4 -
CMYK 0 0.23 0.97 0.48
HSL 46.05º 0.94% 0.27% -
HSV(B) 46.05º 0.97% 0.52% -
XYZ 14.55 14.7 2.18 -
YUV 100.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 133 103 4 0 0.23 0.97 0.48 46.05 0.94 0.27
Hex 85 67 4 0 17 61 30 2E 5E 1B
Octal 205 147 4 0 27 141 60 56 136 33
Binary 10000101 1100111 100 0 10111 1100001 110000 101110 1011110 11011

Color Harmonies of #856704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856704

Black with #856704

Text Example


Text Example

White with #856704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856704; }

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

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

background-color css

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

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

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

border-color css

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

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

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