Html Css Color HEX #986518 Golden Brown

📋 copy color: '#986518'

red 152 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #986518

Tints of Golden Brown #986518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 54.87%
G = 36.46%
B = 8.66%

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

#986518 (or 0x986518) is known color: Golden Brown. HEX triplet: 98, 65 and 18. RGB value is (152,101,24). Sum of RGB (Red+Green+Blue) = 152+101+24=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #986518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986518 is #679AE7. Grayscale: #6B6B6B. Windows color (decimal): -6789864 or 1598872. OLE color: 1598872.

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

Color convert

RGB 152 101 24 -
CMYK 0 0.34 0.84 0.40
HSL 36.09º 0.73% 0.35% -
HSV(B) 36.09º 0.84% 0.6% -
XYZ 17.77 16.05 3.03 -
YUV 107.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 152 101 24 0 0.34 0.84 0.40 36.09 0.73 0.35
Hex 98 65 18 0 22 54 28 24 49 23
Octal 230 145 30 0 42 124 50 44 111 43
Binary 10011000 1100101 11000 0 100010 1010100 101000 100100 1001001 100011

Color Harmonies of #986518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986518

Black with #986518

Text Example


Text Example

White with #986518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986518; }

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

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

background-color css

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

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

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

border-color css

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

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

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