Html Css Color HEX #986316 Golden Brown

📋 copy color: '#986316'

red 152 ◦ green 99 ◦ blue 22

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

Shades of Golden Brown #986316

Tints of Golden Brown #986316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 55.68%
G = 36.26%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#986316 (or 0x986316) is known color: Golden Brown. HEX triplet: 98, 63 and 16. RGB value is (152,99,22). Sum of RGB (Red+Green+Blue) = 152+99+22=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #986316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986316 is #679CE9. Grayscale: #6A6A6A. Windows color (decimal): -6790378 or 1467288. OLE color: 1467288.

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

Color convert

RGB 152 99 22 -
CMYK 0 0.35 0.86 0.40
HSL 35.54º 0.75% 0.34% -
HSV(B) 35.54º 0.86% 0.6% -
XYZ 17.56 15.66 2.86 -
YUV 106.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 152 99 22 0 0.35 0.86 0.40 35.54 0.75 0.34
Hex 98 63 16 0 23 56 28 24 4B 22
Octal 230 143 26 0 43 126 50 44 113 42
Binary 10011000 1100011 10110 0 100011 1010110 101000 100100 1001011 100010

Color Harmonies of #986316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986316

Black with #986316

Text Example


Text Example

White with #986316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986316; }

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

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

background-color css

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

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

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

border-color css

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

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

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