Html Css Color HEX #985610 Golden Brown

📋 copy color: '#985610'

red 152 ◦ green 86 ◦ blue 16

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

Shades of Golden Brown #985610

Tints of Golden Brown #985610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 59.84%
G = 33.86%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985610 (or 0x985610) is known color: Golden Brown. HEX triplet: 98, 56 and 10. RGB value is (152,86,16). Sum of RGB (Red+Green+Blue) = 152+86+16=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #985610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985610 is #67A9EF. Grayscale: #626262. Windows color (decimal): -6793712 or 1070744. OLE color: 1070744.

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

Color convert

RGB 152 86 16 -
CMYK 0 0.43 0.89 0.40
HSL 30.88º 0.81% 0.33% -
HSV(B) 30.88º 0.89% 0.6% -
XYZ 16.37 13.37 2.21 -
YUV 97.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 152 86 16 0 0.43 0.89 0.40 30.88 0.81 0.33
Hex 98 56 10 0 2B 59 28 1F 51 21
Octal 230 126 20 0 53 131 50 37 121 41
Binary 10011000 1010110 10000 0 101011 1011001 101000 11111 1010001 100001

Color Harmonies of #985610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985610

Black with #985610

Text Example


Text Example

White with #985610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985610; }

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

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

background-color css

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

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

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

border-color css

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

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

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