Html Css Color HEX #986113 Golden Brown

📋 copy color: '#986113'

red 152 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #986113

Tints of Golden Brown #986113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 56.72%
G = 36.19%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#986113 (or 0x986113) is known color: Golden Brown. HEX triplet: 98, 61 and 13. RGB value is (152,97,19). Sum of RGB (Red+Green+Blue) = 152+97+19=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986113 is #679EEC. Grayscale: #686868. Windows color (decimal): -6790893 or 1270168. OLE color: 1270168.

HSL color Cylindrical-coordinate representation of color #986113: hue angle of 35.19º 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 #986113 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 19 -
CMYK 0 0.36 0.87 0.40
HSL 35.19º 0.78% 0.34% -
HSV(B) 35.19º 0.88% 0.6% -
XYZ 17.34 15.27 2.65 -
YUV 104.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 152 97 19 0 0.36 0.87 0.40 35.19 0.78 0.34
Hex 98 61 13 0 24 57 28 23 4E 22
Octal 230 141 23 0 44 127 50 43 116 42
Binary 10011000 1100001 10011 0 100100 1010111 101000 100011 1001110 100010

Color Harmonies of #986113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986113

Black with #986113

Text Example


Text Example

White with #986113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986113; }

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

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

background-color css

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

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

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

border-color css

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

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

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