Html Css Color HEX #98700C Golden Brown

📋 copy color: '#98700C'

red 152 ◦ green 112 ◦ blue 12

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

Shades of Golden Brown #98700C

Tints of Golden Brown #98700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.58%

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 55.07%
G = 40.58%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98700C (or 0x98700C) is known color: Golden Brown. HEX triplet: 98, 70 and 0C. RGB value is (152,112,12). Sum of RGB (Red+Green+Blue) = 152+112+12=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98700C is #678FF3. Grayscale: #717171. Windows color (decimal): -6787060 or 815256. OLE color: 815256.

HSL color Cylindrical-coordinate representation of color #98700C: hue angle of 42.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98700C is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 12 -
CMYK 0 0.26 0.92 0.40
HSL 42.86º 0.85% 0.32% -
HSV(B) 42.86º 0.92% 0.6% -
XYZ 18.81 18.29 2.89 -
YUV 112.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 152 112 12 0 0.26 0.92 0.40 42.86 0.85 0.32
Hex 98 70 C 0 1A 5C 28 2B 55 20
Octal 230 160 14 0 32 134 50 53 125 40
Binary 10011000 1110000 1100 0 11010 1011100 101000 101011 1010101 100000

Color Harmonies of #98700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98700C

Black with #98700C

Text Example


Text Example

White with #98700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98700C; }

 p { color: rgb(152,112,12); }

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

background-color css

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

 a { background-color: rgb(152,112,12); }

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

border-color css

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

 span { border-color: rgb(152,112,12); }

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