Html Css Color HEX #986310 Golden Brown

📋 copy color: '#986310'

red 152 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #986310

Tints of Golden Brown #986310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 56.93%
G = 37.08%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#986310 (or 0x986310) is known color: Golden Brown. HEX triplet: 98, 63 and 10. RGB value is (152,99,16). Sum of RGB (Red+Green+Blue) = 152+99+16=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #986310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986310 is #679CEF. Grayscale: #696969. Windows color (decimal): -6790384 or 1074072. OLE color: 1074072.

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

Color convert

RGB 152 99 16 -
CMYK 0 0.35 0.89 0.40
HSL 36.62º 0.81% 0.33% -
HSV(B) 36.62º 0.89% 0.6% -
XYZ 17.5 15.64 2.59 -
YUV 105.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 152 99 16 0 0.35 0.89 0.40 36.62 0.81 0.33
Hex 98 63 10 0 23 59 28 25 51 21
Octal 230 143 20 0 43 131 50 45 121 41
Binary 10011000 1100011 10000 0 100011 1011001 101000 100101 1010001 100001

Color Harmonies of #986310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986310

Black with #986310

Text Example


Text Example

White with #986310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986310; }

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

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

background-color css

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

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

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

border-color css

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

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

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