Html Css Color HEX #986D1D Golden Brown

📋 copy color: '#986D1D'

red 152 ◦ green 109 ◦ blue 29

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

Shades of Golden Brown #986D1D

Tints of Golden Brown #986D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 52.41%
G = 37.59%
B = 10%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#986D1D (or 0x986D1D) is known color: Golden Brown. HEX triplet: 98, 6D and 1D. RGB value is (152,109,29). Sum of RGB (Red+Green+Blue) = 152+109+29=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D1D is #6792E2. Grayscale: #717171. Windows color (decimal): -6787811 or 1928600. OLE color: 1928600.

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

Color convert

RGB 152 109 29 -
CMYK 0 0.28 0.81 0.40
HSL 39.02º 0.68% 0.35% -
HSV(B) 39.02º 0.81% 0.6% -
XYZ 18.64 17.7 3.6 -
YUV 112.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 152 109 29 0 0.28 0.81 0.40 39.02 0.68 0.35
Hex 98 6D 1D 0 1C 51 28 27 44 23
Octal 230 155 35 0 34 121 50 47 104 43
Binary 10011000 1101101 11101 0 11100 1010001 101000 100111 1000100 100011

Color Harmonies of #986D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D1D

Black with #986D1D

Text Example


Text Example

White with #986D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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