Html Css Color HEX #985613 Golden Brown

📋 copy color: '#985613'

red 152 ◦ green 86 ◦ blue 19

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

Shades of Golden Brown #985613

Tints of Golden Brown #985613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 59.14%
G = 33.46%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#985613 (or 0x985613) is known color: Golden Brown. HEX triplet: 98, 56 and 13. RGB value is (152,86,19). Sum of RGB (Red+Green+Blue) = 152+86+19=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #985613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985613 is #67A9EC. Grayscale: #626262. Windows color (decimal): -6793709 or 1267352. OLE color: 1267352.

HSL color Cylindrical-coordinate representation of color #985613: hue angle of 30.23º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #985613 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 86 19 -
CMYK 0 0.43 0.87 0.40
HSL 30.23º 0.78% 0.34% -
HSV(B) 30.23º 0.88% 0.6% -
XYZ 16.39 13.38 2.33 -
YUV 98.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 152 86 19 0 0.43 0.87 0.40 30.23 0.78 0.34
Hex 98 56 13 0 2B 57 28 1E 4E 22
Octal 230 126 23 0 53 127 50 36 116 42
Binary 10011000 1010110 10011 0 101011 1010111 101000 11110 1001110 100010

Color Harmonies of #985613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985613

Black with #985613

Text Example


Text Example

White with #985613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985613; }

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

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

background-color css

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

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

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

border-color css

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

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

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