Html Css Color HEX #86600A Golden Brown

📋 copy color: '#86600A'

red 134 ◦ green 96 ◦ blue 10

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

Shades of Golden Brown #86600A

Tints of Golden Brown #86600A

RGB

 RED value IS 134 (52.73% from 255) = 55.83%

 GREEN value IS 96 (37.89% from 255) = 40%

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

R = 55.83%
G = 40%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86600A (or 0x86600A) is known color: Golden Brown. HEX triplet: 86, 60 and 0A. RGB value is (134,96,10). Sum of RGB (Red+Green+Blue) = 134+96+10=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #86600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86600A is #799FF5. Grayscale: #616161. Windows color (decimal): -7970806 or 680070. OLE color: 680070.

HSL color Cylindrical-coordinate representation of color #86600A: hue angle of 41.61º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86600A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 10 -
CMYK 0 0.28 0.93 0.47
HSL 41.61º 0.86% 0.28% -
HSV(B) 41.61º 0.93% 0.53% -
XYZ 14.07 13.46 2.14 -
YUV 97.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 134 96 10 0 0.28 0.93 0.47 41.61 0.86 0.28
Hex 86 60 A 0 1C 5D 2F 2A 56 1C
Octal 206 140 12 0 34 135 57 52 126 34
Binary 10000110 1100000 1010 0 11100 1011101 101111 101010 1010110 11100

Color Harmonies of #86600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86600A

Black with #86600A

Text Example


Text Example

White with #86600A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,96,10); }

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

background-color css

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

 a { background-color: rgb(134,96,10); }

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

border-color css

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

 span { border-color: rgb(134,96,10); }

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