Html Css Color HEX #985E10 Golden Brown

📋 copy color: '#985E10'

red 152 ◦ green 94 ◦ blue 16

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

Shades of Golden Brown #985E10

Tints of Golden Brown #985E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.88%

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

R = 58.02%
G = 35.88%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985E10 (or 0x985E10) is known color: Golden Brown. HEX triplet: 98, 5E and 10. RGB value is (152,94,16). Sum of RGB (Red+Green+Blue) = 152+94+16=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #985E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985E10 is #67A1EF. Grayscale: #666666. Windows color (decimal): -6791664 or 1072792. OLE color: 1072792.

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

Color convert

RGB 152 94 16 -
CMYK 0 0.38 0.89 0.40
HSL 34.41º 0.81% 0.33% -
HSV(B) 34.41º 0.89% 0.6% -
XYZ 17.05 14.72 2.43 -
YUV 102.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 152 94 16 0 0.38 0.89 0.40 34.41 0.81 0.33
Hex 98 5E 10 0 26 59 28 22 51 21
Octal 230 136 20 0 46 131 50 42 121 41
Binary 10011000 1011110 10000 0 100110 1011001 101000 100010 1010001 100001

Color Harmonies of #985E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E10

Black with #985E10

Text Example


Text Example

White with #985E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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