Html Css Color HEX #98610F Golden Brown

📋 copy color: '#98610F'

red 152 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #98610F

Tints of Golden Brown #98610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 57.58%
G = 36.74%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98610F (or 0x98610F) is known color: Golden Brown. HEX triplet: 98, 61 and 0F. RGB value is (152,97,15). Sum of RGB (Red+Green+Blue) = 152+97+15=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98610F is #679EF0. Grayscale: #686868. Windows color (decimal): -6790897 or 1008024. OLE color: 1008024.

HSL color Cylindrical-coordinate representation of color #98610F: hue angle of 35.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98610F is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 15 -
CMYK 0 0.36 0.90 0.40
HSL 35.91º 0.82% 0.33% -
HSV(B) 35.91º 0.9% 0.6% -
XYZ 17.31 15.26 2.48 -
YUV 104.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 152 97 15 0 0.36 0.90 0.40 35.91 0.82 0.33
Hex 98 61 F 0 24 5A 28 24 52 21
Octal 230 141 17 0 44 132 50 44 122 41
Binary 10011000 1100001 1111 0 100100 1011010 101000 100100 1010010 100001

Color Harmonies of #98610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98610F

Black with #98610F

Text Example


Text Example

White with #98610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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