Html Css Color HEX #985910 Golden Brown

📋 copy color: '#985910'

red 152 ◦ green 89 ◦ blue 16

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

Shades of Golden Brown #985910

Tints of Golden Brown #985910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

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

R = 59.14%
G = 34.63%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985910 (or 0x985910) is known color: Golden Brown. HEX triplet: 98, 59 and 10. RGB value is (152,89,16). Sum of RGB (Red+Green+Blue) = 152+89+16=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #985910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985910 is #67A6EF. Grayscale: #636363. Windows color (decimal): -6792944 or 1071512. OLE color: 1071512.

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

Color convert

RGB 152 89 16 -
CMYK 0 0.41 0.89 0.40
HSL 32.21º 0.81% 0.33% -
HSV(B) 32.21º 0.89% 0.6% -
XYZ 16.61 13.86 2.29 -
YUV 99.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 152 89 16 0 0.41 0.89 0.40 32.21 0.81 0.33
Hex 98 59 10 0 29 59 28 20 51 21
Octal 230 131 20 0 51 131 50 40 121 41
Binary 10011000 1011001 10000 0 101001 1011001 101000 100000 1010001 100001

Color Harmonies of #985910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985910

Black with #985910

Text Example


Text Example

White with #985910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985910; }

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

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

background-color css

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

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

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

border-color css

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

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

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