Html Css Color HEX #856605 Yukon Gold

📋 copy color: '#856605'

red 133 ◦ green 102 ◦ blue 5

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

Shades of Yukon Gold #856605

Tints of Yukon Gold #856605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 55.42%
G = 42.5%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#856605 (or 0x856605) is known color: Yukon Gold. HEX triplet: 85, 66 and 05. RGB value is (133,102,5). Sum of RGB (Red+Green+Blue) = 133+102+5=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #856605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856605 is #7A99FA. Grayscale: #646464. Windows color (decimal): -8034811 or 353925. OLE color: 353925.

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

Color convert

RGB 133 102 5 -
CMYK 0 0.23 0.96 0.48
HSL 45.47º 0.93% 0.27% -
HSV(B) 45.47º 0.96% 0.52% -
XYZ 14.45 14.5 2.18 -
YUV 100.21 74.27 151.39 -
System Red Green Blue C M Y K H S L
Decimal 133 102 5 0 0.23 0.96 0.48 45.47 0.93 0.27
Hex 85 66 5 0 17 60 30 2D 5D 1B
Octal 205 146 5 0 27 140 60 55 135 33
Binary 10000101 1100110 101 0 10111 1100000 110000 101101 1011101 11011

Color Harmonies of #856605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856605

Black with #856605

Text Example


Text Example

White with #856605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856605; }

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

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

background-color css

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

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

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

border-color css

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

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

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