Html Css Color HEX #856C0D Yukon Gold

📋 copy color: '#856C0D'

red 133 ◦ green 108 ◦ blue 13

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

Shades of Yukon Gold #856C0D

Tints of Yukon Gold #856C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 52.36%
G = 42.52%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#856C0D (or 0x856C0D) is known color: Yukon Gold. HEX triplet: 85, 6C and 0D. RGB value is (133,108,13). Sum of RGB (Red+Green+Blue) = 133+108+13=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #856C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C0D is #7A93F2. Grayscale: #696969. Windows color (decimal): -8033267 or 879749. OLE color: 879749.

HSL color Cylindrical-coordinate representation of color #856C0D: hue angle of 47.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #856C0D is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 13 -
CMYK 0 0.19 0.90 0.48
HSL 47.5º 0.82% 0.29% -
HSV(B) 47.5º 0.9% 0.52% -
XYZ 15.11 15.74 2.62 -
YUV 104.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 133 108 13 0 0.19 0.90 0.48 47.5 0.82 0.29
Hex 85 6C D 0 13 5A 30 30 52 1D
Octal 205 154 15 0 23 132 60 60 122 35
Binary 10000101 1101100 1101 0 10011 1011010 110000 110000 1010010 11101

Color Harmonies of #856C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C0D

Black with #856C0D

Text Example


Text Example

White with #856C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856C0D; }

 p { color: rgb(133,108,13); }

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

background-color css

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

 a { background-color: rgb(133,108,13); }

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

border-color css

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

 span { border-color: rgb(133,108,13); }

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