Html Css Color HEX #986D0C Golden Brown

📋 copy color: '#986D0C'

red 152 ◦ green 109 ◦ blue 12

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

Shades of Golden Brown #986D0C

Tints of Golden Brown #986D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.93%

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

R = 55.68%
G = 39.93%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#986D0C (or 0x986D0C) is known color: Golden Brown. HEX triplet: 98, 6D and 0C. RGB value is (152,109,12). Sum of RGB (Red+Green+Blue) = 152+109+12=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #986D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986D0C is #6792F3. Grayscale: #6F6F6F. Windows color (decimal): -6787828 or 814488. OLE color: 814488.

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

Color convert

RGB 152 109 12 -
CMYK 0 0.28 0.92 0.40
HSL 41.57º 0.85% 0.32% -
HSV(B) 41.57º 0.92% 0.6% -
XYZ 18.48 17.64 2.78 -
YUV 110.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 152 109 12 0 0.28 0.92 0.40 41.57 0.85 0.32
Hex 98 6D C 0 1C 5C 28 2A 55 20
Octal 230 155 14 0 34 134 50 52 125 40
Binary 10011000 1101101 1100 0 11100 1011100 101000 101010 1010101 100000

Color Harmonies of #986D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D0C

Black with #986D0C

Text Example


Text Example

White with #986D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986D0C; }

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

 H1.HeaderClassName
 {
   color: #986D0C;
 }
 .AnyTagClassName
 {
   color: #986D0C;
 }
</style>

background-color css

<style>
 a { background-color: #986D0C; }

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

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

border-color css

<style>
 span { border-color: #986D0C; }

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

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