Html Css Color HEX #986019 Golden Brown

📋 copy color: '#986019'

red 152 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #986019

Tints of Golden Brown #986019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 55.68%
G = 35.16%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#986019 (or 0x986019) is known color: Golden Brown. HEX triplet: 98, 60 and 19. RGB value is (152,96,25). Sum of RGB (Red+Green+Blue) = 152+96+25=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #986019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986019 is #679FE6. Grayscale: #686868. Windows color (decimal): -6791143 or 1663128. OLE color: 1663128.

HSL color Cylindrical-coordinate representation of color #986019: hue angle of 33.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #986019 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 25 -
CMYK 0 0.37 0.84 0.40
HSL 33.54º 0.72% 0.35% -
HSV(B) 33.54º 0.84% 0.6% -
XYZ 17.31 15.11 2.92 -
YUV 104.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 152 96 25 0 0.37 0.84 0.40 33.54 0.72 0.35
Hex 98 60 19 0 25 54 28 22 48 23
Octal 230 140 31 0 45 124 50 42 110 43
Binary 10011000 1100000 11001 0 100101 1010100 101000 100010 1001000 100011

Color Harmonies of #986019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986019

Black with #986019

Text Example


Text Example

White with #986019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986019; }

 p { color: rgb(152,96,25); }

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

background-color css

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

 a { background-color: rgb(152,96,25); }

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

border-color css

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

 span { border-color: rgb(152,96,25); }

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