Html Css Color HEX #986416 Golden Brown

📋 copy color: '#986416'

red 152 ◦ green 100 ◦ blue 22

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

Shades of Golden Brown #986416

Tints of Golden Brown #986416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 55.47%
G = 36.5%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#986416 (or 0x986416) is known color: Golden Brown. HEX triplet: 98, 64 and 16. RGB value is (152,100,22). Sum of RGB (Red+Green+Blue) = 152+100+22=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #986416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986416 is #679BE9. Grayscale: #6B6B6B. Windows color (decimal): -6790122 or 1467544. OLE color: 1467544.

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

Color convert

RGB 152 100 22 -
CMYK 0 0.34 0.86 0.40
HSL 36º 0.75% 0.34% -
HSV(B) 36º 0.86% 0.6% -
XYZ 17.65 15.85 2.89 -
YUV 106.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 152 100 22 0 0.34 0.86 0.40 36 0.75 0.34
Hex 98 64 16 0 22 56 28 24 4B 22
Octal 230 144 26 0 42 126 50 44 113 42
Binary 10011000 1100100 10110 0 100010 1010110 101000 100100 1001011 100010

Color Harmonies of #986416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986416

Black with #986416

Text Example


Text Example

White with #986416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986416; }

 p { color: rgb(152,100,22); }

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

background-color css

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

 a { background-color: rgb(152,100,22); }

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

border-color css

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

 span { border-color: rgb(152,100,22); }

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