Html Css Color HEX #856708 Yukon Gold

📋 copy color: '#856708'

red 133 ◦ green 103 ◦ blue 8

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

Shades of Yukon Gold #856708

Tints of Yukon Gold #856708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.28%

R = 54.51%
G = 42.21%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#856708 (or 0x856708) is known color: Yukon Gold. HEX triplet: 85, 67 and 08. RGB value is (133,103,8). Sum of RGB (Red+Green+Blue) = 133+103+8=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #856708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856708 is #7A98F7. Grayscale: #656565. Windows color (decimal): -8034552 or 550789. OLE color: 550789.

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

Color convert

RGB 133 103 8 -
CMYK 0 0.23 0.94 0.48
HSL 45.6º 0.89% 0.28% -
HSV(B) 45.6º 0.94% 0.52% -
XYZ 14.57 14.7 2.3 -
YUV 101.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 133 103 8 0 0.23 0.94 0.48 45.6 0.89 0.28
Hex 85 67 8 0 17 5E 30 2E 59 1C
Octal 205 147 10 0 27 136 60 56 131 34
Binary 10000101 1100111 1000 0 10111 1011110 110000 101110 1011001 11100

Color Harmonies of #856708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856708

Black with #856708

Text Example


Text Example

White with #856708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856708; }

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

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

background-color css

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

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

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

border-color css

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

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

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