Html Css Color HEX #86600F Golden Brown

📋 copy color: '#86600F'

red 134 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #86600F

Tints of Golden Brown #86600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 54.69%
G = 39.18%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86600F (or 0x86600F) is known color: Golden Brown. HEX triplet: 86, 60 and 0F. RGB value is (134,96,15). Sum of RGB (Red+Green+Blue) = 134+96+15=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86600F is #799FF0. Grayscale: #626262. Windows color (decimal): -7970801 or 1007750. OLE color: 1007750.

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

Color convert

RGB 134 96 15 -
CMYK 0 0.28 0.89 0.47
HSL 40.84º 0.8% 0.29% -
HSV(B) 40.84º 0.89% 0.53% -
XYZ 14.1 13.47 2.31 -
YUV 98.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 134 96 15 0 0.28 0.89 0.47 40.84 0.8 0.29
Hex 86 60 F 0 1C 59 2F 29 50 1D
Octal 206 140 17 0 34 131 57 51 120 35
Binary 10000110 1100000 1111 0 11100 1011001 101111 101001 1010000 11101

Color Harmonies of #86600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86600F

Black with #86600F

Text Example


Text Example

White with #86600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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