Html Css Color HEX #85640C Yukon Gold

📋 copy color: '#85640C'

red 133 ◦ green 100 ◦ blue 12

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

Shades of Yukon Gold #85640C

Tints of Yukon Gold #85640C

RGB

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

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

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

R = 54.29%
G = 40.82%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85640C (or 0x85640C) is known color: Yukon Gold. HEX triplet: 85, 64 and 0C. RGB value is (133,100,12). Sum of RGB (Red+Green+Blue) = 133+100+12=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85640C is #7A9BF3. Grayscale: #646464. Windows color (decimal): -8035316 or 812165. OLE color: 812165.

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

Color convert

RGB 133 100 12 -
CMYK 0 0.25 0.91 0.48
HSL 43.64º 0.83% 0.28% -
HSV(B) 43.64º 0.91% 0.52% -
XYZ 14.3 14.13 2.32 -
YUV 99.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 133 100 12 0 0.25 0.91 0.48 43.64 0.83 0.28
Hex 85 64 C 0 19 5B 30 2C 53 1C
Octal 205 144 14 0 31 133 60 54 123 34
Binary 10000101 1100100 1100 0 11001 1011011 110000 101100 1010011 11100

Color Harmonies of #85640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85640C

Black with #85640C

Text Example


Text Example

White with #85640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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