Html Css Color HEX #986410 Golden Brown

📋 copy color: '#986410'

red 152 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #986410

Tints of Golden Brown #986410

RGB

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

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

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

R = 56.72%
G = 37.31%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#986410 (or 0x986410) is known color: Golden Brown. HEX triplet: 98, 64 and 10. RGB value is (152,100,16). Sum of RGB (Red+Green+Blue) = 152+100+16=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986410 is #679BEF. Grayscale: #6A6A6A. Windows color (decimal): -6790128 or 1074328. OLE color: 1074328.

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

Color convert

RGB 152 100 16 -
CMYK 0 0.34 0.89 0.40
HSL 37.06º 0.81% 0.33% -
HSV(B) 37.06º 0.89% 0.6% -
XYZ 17.6 15.83 2.62 -
YUV 105.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 152 100 16 0 0.34 0.89 0.40 37.06 0.81 0.33
Hex 98 64 10 0 22 59 28 25 51 21
Octal 230 144 20 0 42 131 50 45 121 41
Binary 10011000 1100100 10000 0 100010 1011001 101000 100101 1010001 100001

Color Harmonies of #986410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986410

Black with #986410

Text Example


Text Example

White with #986410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986410; }

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

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

background-color css

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

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

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

border-color css

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

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

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