Html Css Color HEX #986D04 Golden Brown

📋 copy color: '#986D04'

red 152 ◦ green 109 ◦ blue 4

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

Shades of Golden Brown #986D04

Tints of Golden Brown #986D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 57.36%
G = 41.13%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#986D04 (or 0x986D04) is known color: Golden Brown. HEX triplet: 98, 6D and 04. RGB value is (152,109,4). Sum of RGB (Red+Green+Blue) = 152+109+4=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #986D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986D04 is #6792FB. Grayscale: #6E6E6E. Windows color (decimal): -6787836 or 290200. OLE color: 290200.

HSL color Cylindrical-coordinate representation of color #986D04: hue angle of 42.57º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #986D04 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 4 -
CMYK 0 0.28 0.97 0.40
HSL 42.57º 0.95% 0.31% -
HSV(B) 42.57º 0.97% 0.6% -
XYZ 18.44 17.62 2.54 -
YUV 109.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 152 109 4 0 0.28 0.97 0.40 42.57 0.95 0.31
Hex 98 6D 4 0 1C 61 28 2B 5F 1F
Octal 230 155 4 0 34 141 50 53 137 37
Binary 10011000 1101101 100 0 11100 1100001 101000 101011 1011111 11111

Color Harmonies of #986D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D04

Black with #986D04

Text Example


Text Example

White with #986D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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