Html Css Color HEX #85670A Yukon Gold

📋 copy color: '#85670A'

red 133 ◦ green 103 ◦ blue 10

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

Shades of Yukon Gold #85670A

Tints of Yukon Gold #85670A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.07%

R = 54.07%
G = 41.87%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85670A (or 0x85670A) is known color: Yukon Gold. HEX triplet: 85, 67 and 0A. RGB value is (133,103,10). Sum of RGB (Red+Green+Blue) = 133+103+10=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85670A is #7A98F5. Grayscale: #656565. Windows color (decimal): -8034550 or 681861. OLE color: 681861.

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

Color convert

RGB 133 103 10 -
CMYK 0 0.23 0.92 0.48
HSL 45.37º 0.86% 0.28% -
HSV(B) 45.37º 0.92% 0.52% -
XYZ 14.58 14.71 2.36 -
YUV 101.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 133 103 10 0 0.23 0.92 0.48 45.37 0.86 0.28
Hex 85 67 A 0 17 5C 30 2D 56 1C
Octal 205 147 12 0 27 134 60 55 126 34
Binary 10000101 1100111 1010 0 10111 1011100 110000 101101 1010110 11100

Color Harmonies of #85670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85670A

Black with #85670A

Text Example


Text Example

White with #85670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85670A; }

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

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

background-color css

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

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

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

border-color css

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

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

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