Html Css Color HEX #986519 Golden Brown

📋 copy color: '#986519'

red 152 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #986519

Tints of Golden Brown #986519

RGB

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

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

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

R = 54.68%
G = 36.33%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#986519 (or 0x986519) is known color: Golden Brown. HEX triplet: 98, 65 and 19. RGB value is (152,101,25). Sum of RGB (Red+Green+Blue) = 152+101+25=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #986519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986519 is #679AE6. Grayscale: #6B6B6B. Windows color (decimal): -6789863 or 1664408. OLE color: 1664408.

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

Color convert

RGB 152 101 25 -
CMYK 0 0.34 0.84 0.40
HSL 35.91º 0.72% 0.35% -
HSV(B) 35.91º 0.84% 0.6% -
XYZ 17.78 16.05 3.08 -
YUV 107.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 152 101 25 0 0.34 0.84 0.40 35.91 0.72 0.35
Hex 98 65 19 0 22 54 28 24 48 23
Octal 230 145 31 0 42 124 50 44 110 43
Binary 10011000 1100101 11001 0 100010 1010100 101000 100100 1001000 100011

Color Harmonies of #986519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986519

Black with #986519

Text Example


Text Example

White with #986519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986519; }

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

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

background-color css

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

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

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

border-color css

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

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

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