Html Css Color HEX #986311 Golden Brown

📋 copy color: '#986311'

red 152 ◦ green 99 ◦ blue 17

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

Shades of Golden Brown #986311

Tints of Golden Brown #986311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 56.72%
G = 36.94%
B = 6.34%

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

#986311 (or 0x986311) is known color: Golden Brown. HEX triplet: 98, 63 and 11. RGB value is (152,99,17). Sum of RGB (Red+Green+Blue) = 152+99+17=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986311 is #679CEE. Grayscale: #696969. Windows color (decimal): -6790383 or 1139608. OLE color: 1139608.

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

Color convert

RGB 152 99 17 -
CMYK 0 0.35 0.89 0.40
HSL 36.44º 0.8% 0.33% -
HSV(B) 36.44º 0.89% 0.6% -
XYZ 17.51 15.64 2.63 -
YUV 105.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 152 99 17 0 0.35 0.89 0.40 36.44 0.8 0.33
Hex 98 63 11 0 23 59 28 24 50 21
Octal 230 143 21 0 43 131 50 44 120 41
Binary 10011000 1100011 10001 0 100011 1011001 101000 100100 1010000 100001

Color Harmonies of #986311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986311

Black with #986311

Text Example


Text Example

White with #986311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986311; }

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

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

background-color css

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

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

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

border-color css

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

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

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