Html Css Color HEX #986210 Golden Brown

📋 copy color: '#986210'

red 152 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #986210

Tints of Golden Brown #986210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 57.14%
G = 36.84%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#986210 (or 0x986210) is known color: Golden Brown. HEX triplet: 98, 62 and 10. RGB value is (152,98,16). Sum of RGB (Red+Green+Blue) = 152+98+16=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #986210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986210 is #679DEF. Grayscale: #696969. Windows color (decimal): -6790640 or 1073816. OLE color: 1073816.

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

Color convert

RGB 152 98 16 -
CMYK 0 0.36 0.89 0.40
HSL 36.18º 0.81% 0.33% -
HSV(B) 36.18º 0.89% 0.6% -
XYZ 17.41 15.45 2.55 -
YUV 104.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 152 98 16 0 0.36 0.89 0.40 36.18 0.81 0.33
Hex 98 62 10 0 24 59 28 24 51 21
Octal 230 142 20 0 44 131 50 44 121 41
Binary 10011000 1100010 10000 0 100100 1011001 101000 100100 1010001 100001

Color Harmonies of #986210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986210

Black with #986210

Text Example


Text Example

White with #986210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986210; }

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

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

background-color css

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

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

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

border-color css

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

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

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