Html Css Color HEX #85640D Yukon Gold

📋 copy color: '#85640D'

red 133 ◦ green 100 ◦ blue 13

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

Shades of Yukon Gold #85640D

Tints of Yukon Gold #85640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

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

R = 54.07%
G = 40.65%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85640D (or 0x85640D) is known color: Yukon Gold. HEX triplet: 85, 64 and 0D. RGB value is (133,100,13). Sum of RGB (Red+Green+Blue) = 133+100+13=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85640D is #7A9BF2. Grayscale: #646464. Windows color (decimal): -8035315 or 877701. OLE color: 877701.

HSL color Cylindrical-coordinate representation of color #85640D: hue angle of 43.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 #85640D is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 13 -
CMYK 0 0.25 0.90 0.48
HSL 43.5º 0.82% 0.29% -
HSV(B) 43.5º 0.9% 0.52% -
XYZ 14.3 14.13 2.35 -
YUV 99.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 133 100 13 0 0.25 0.90 0.48 43.5 0.82 0.29
Hex 85 64 D 0 19 5A 30 2C 52 1D
Octal 205 144 15 0 31 132 60 54 122 35
Binary 10000101 1100100 1101 0 11001 1011010 110000 101100 1010010 11101

Color Harmonies of #85640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85640D

Black with #85640D

Text Example


Text Example

White with #85640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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