Html Css Color HEX #98710E Golden Brown

📋 copy color: '#98710E'

red 152 ◦ green 113 ◦ blue 14

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

Shades of Golden Brown #98710E

Tints of Golden Brown #98710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 54.48%
G = 40.5%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98710E (or 0x98710E) is known color: Golden Brown. HEX triplet: 98, 71 and 0E. RGB value is (152,113,14). Sum of RGB (Red+Green+Blue) = 152+113+14=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98710E is #678EF1. Grayscale: #717171. Windows color (decimal): -6786802 or 946584. OLE color: 946584.

HSL color Cylindrical-coordinate representation of color #98710E: hue angle of 43.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98710E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 14 -
CMYK 0 0.26 0.91 0.40
HSL 43.04º 0.83% 0.33% -
HSV(B) 43.04º 0.91% 0.6% -
XYZ 18.93 18.52 2.99 -
YUV 113.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 152 113 14 0 0.26 0.91 0.40 43.04 0.83 0.33
Hex 98 71 E 0 1A 5B 28 2B 53 21
Octal 230 161 16 0 32 133 50 53 123 41
Binary 10011000 1110001 1110 0 11010 1011011 101000 101011 1010011 100001

Color Harmonies of #98710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98710E

Black with #98710E

Text Example


Text Example

White with #98710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98710E; }

 p { color: rgb(152,113,14); }

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

background-color css

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

 a { background-color: rgb(152,113,14); }

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

border-color css

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

 span { border-color: rgb(152,113,14); }

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