Html Css Color HEX #98610D Golden Brown

📋 copy color: '#98610D'

red 152 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #98610D

Tints of Golden Brown #98610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 58.02%
G = 37.02%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98610D (or 0x98610D) is known color: Golden Brown. HEX triplet: 98, 61 and 0D. RGB value is (152,97,13). Sum of RGB (Red+Green+Blue) = 152+97+13=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98610D is #679EF2. Grayscale: #686868. Windows color (decimal): -6790899 or 876952. OLE color: 876952.

HSL color Cylindrical-coordinate representation of color #98610D: hue angle of 36.26º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98610D is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 13 -
CMYK 0 0.36 0.91 0.40
HSL 36.26º 0.84% 0.32% -
HSV(B) 36.26º 0.91% 0.6% -
XYZ 17.3 15.25 2.41 -
YUV 103.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 152 97 13 0 0.36 0.91 0.40 36.26 0.84 0.32
Hex 98 61 D 0 24 5B 28 24 54 20
Octal 230 141 15 0 44 133 50 44 124 40
Binary 10011000 1100001 1101 0 100100 1011011 101000 100100 1010100 100000

Color Harmonies of #98610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98610D

Black with #98610D

Text Example


Text Example

White with #98610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98610D; }

 p { color: rgb(152,97,13); }

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

background-color css

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

 a { background-color: rgb(152,97,13); }

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

border-color css

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

 span { border-color: rgb(152,97,13); }

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