Html Css Color HEX #856608 Yukon Gold

📋 copy color: '#856608'

red 133 ◦ green 102 ◦ blue 8

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

Shades of Yukon Gold #856608

Tints of Yukon Gold #856608

RGB

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

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

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

R = 54.73%
G = 41.98%
B = 3.29%

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

#856608 (or 0x856608) is known color: Yukon Gold. HEX triplet: 85, 66 and 08. RGB value is (133,102,8). Sum of RGB (Red+Green+Blue) = 133+102+8=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #856608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856608 is #7A99F7. Grayscale: #646464. Windows color (decimal): -8034808 or 550533. OLE color: 550533.

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

Color convert

RGB 133 102 8 -
CMYK 0 0.23 0.94 0.48
HSL 45.12º 0.89% 0.28% -
HSV(B) 45.12º 0.94% 0.52% -
XYZ 14.47 14.51 2.27 -
YUV 100.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 133 102 8 0 0.23 0.94 0.48 45.12 0.89 0.28
Hex 85 66 8 0 17 5E 30 2D 59 1C
Octal 205 146 10 0 27 136 60 55 131 34
Binary 10000101 1100110 1000 0 10111 1011110 110000 101101 1011001 11100

Color Harmonies of #856608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856608

Black with #856608

Text Example


Text Example

White with #856608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856608; }

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

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

background-color css

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

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

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

border-color css

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

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

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