Html Css Color HEX #856718 Yukon Gold

📋 copy color: '#856718'

red 133 ◦ green 103 ◦ blue 24

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

Shades of Yukon Gold #856718

Tints of Yukon Gold #856718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 51.15%
G = 39.62%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#856718 (or 0x856718) is known color: Yukon Gold. HEX triplet: 85, 67 and 18. RGB value is (133,103,24). Sum of RGB (Red+Green+Blue) = 133+103+24=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #856718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856718 is #7A98E7. Grayscale: #676767. Windows color (decimal): -8034536 or 1599365. OLE color: 1599365.

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

Color convert

RGB 133 103 24 -
CMYK 0 0.23 0.82 0.48
HSL 43.49º 0.69% 0.31% -
HSV(B) 43.49º 0.82% 0.52% -
XYZ 14.69 14.75 2.94 -
YUV 102.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 133 103 24 0 0.23 0.82 0.48 43.49 0.69 0.31
Hex 85 67 18 0 17 52 30 2B 45 1F
Octal 205 147 30 0 27 122 60 53 105 37
Binary 10000101 1100111 11000 0 10111 1010010 110000 101011 1000101 11111

Color Harmonies of #856718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856718

Black with #856718

Text Example


Text Example

White with #856718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856718; }

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

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

background-color css

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

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

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

border-color css

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

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

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