Html Css Color HEX #986513 Golden Brown

📋 copy color: '#986513'

red 152 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #986513

Tints of Golden Brown #986513

RGB

 RED value IS 152 (59.77% from 255) = 55.88%

 GREEN value IS 101 (39.84% from 255) = 37.13%

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 55.88%
G = 37.13%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#986513 (or 0x986513) is known color: Golden Brown. HEX triplet: 98, 65 and 13. RGB value is (152,101,19). Sum of RGB (Red+Green+Blue) = 152+101+19=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986513 is #679AEC. Grayscale: #6B6B6B. Windows color (decimal): -6789869 or 1271192. OLE color: 1271192.

HSL color Cylindrical-coordinate representation of color #986513: hue angle of 36.99º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #986513 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 101 19 -
CMYK 0 0.34 0.87 0.40
HSL 36.99º 0.78% 0.34% -
HSV(B) 36.99º 0.88% 0.6% -
XYZ 17.72 16.03 2.78 -
YUV 106.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 152 101 19 0 0.34 0.87 0.40 36.99 0.78 0.34
Hex 98 65 13 0 22 57 28 25 4E 22
Octal 230 145 23 0 42 127 50 45 116 42
Binary 10011000 1100101 10011 0 100010 1010111 101000 100101 1001110 100010

Color Harmonies of #986513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986513

Black with #986513

Text Example


Text Example

White with #986513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986513; }

 p { color: rgb(152,101,19); }

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

background-color css

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

 a { background-color: rgb(152,101,19); }

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

border-color css

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

 span { border-color: rgb(152,101,19); }

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