Html Css Color HEX #85680C Yukon Gold

📋 copy color: '#85680C'

red 133 ◦ green 104 ◦ blue 12

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

Shades of Yukon Gold #85680C

Tints of Yukon Gold #85680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.77%

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 53.41%
G = 41.77%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85680C (or 0x85680C) is known color: Yukon Gold. HEX triplet: 85, 68 and 0C. RGB value is (133,104,12). Sum of RGB (Red+Green+Blue) = 133+104+12=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85680C is #7A97F3. Grayscale: #666666. Windows color (decimal): -8034292 or 813189. OLE color: 813189.

HSL color Cylindrical-coordinate representation of color #85680C: hue angle of 45.62º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85680C is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 12 -
CMYK 0 0.22 0.91 0.48
HSL 45.62º 0.83% 0.28% -
HSV(B) 45.62º 0.91% 0.52% -
XYZ 14.69 14.91 2.45 -
YUV 102.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 133 104 12 0 0.22 0.91 0.48 45.62 0.83 0.28
Hex 85 68 C 0 16 5B 30 2E 53 1C
Octal 205 150 14 0 26 133 60 56 123 34
Binary 10000101 1101000 1100 0 10110 1011011 110000 101110 1010011 11100

Color Harmonies of #85680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85680C

Black with #85680C

Text Example


Text Example

White with #85680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85680C; }

 p { color: rgb(133,104,12); }

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

background-color css

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

 a { background-color: rgb(133,104,12); }

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

border-color css

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

 span { border-color: rgb(133,104,12); }

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