Html Css Color HEX #98760C Golden Brown

📋 copy color: '#98760C'

red 152 ◦ green 118 ◦ blue 12

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

Shades of Golden Brown #98760C

Tints of Golden Brown #98760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

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

R = 53.9%
G = 41.84%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98760C (or 0x98760C) is known color: Golden Brown. HEX triplet: 98, 76 and 0C. RGB value is (152,118,12). Sum of RGB (Red+Green+Blue) = 152+118+12=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98760C is #6789F3. Grayscale: #747474. Windows color (decimal): -6785524 or 816792. OLE color: 816792.

HSL color Cylindrical-coordinate representation of color #98760C: hue angle of 45.43º 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 #98760C is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 12 -
CMYK 0 0.22 0.92 0.40
HSL 45.43º 0.85% 0.32% -
HSV(B) 45.43º 0.92% 0.6% -
XYZ 19.49 19.66 3.11 -
YUV 116.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 152 118 12 0 0.22 0.92 0.40 45.43 0.85 0.32
Hex 98 76 C 0 16 5C 28 2D 55 20
Octal 230 166 14 0 26 134 50 55 125 40
Binary 10011000 1110110 1100 0 10110 1011100 101000 101101 1010101 100000

Color Harmonies of #98760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98760C

Black with #98760C

Text Example


Text Example

White with #98760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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