Html Css Color HEX #986A1D Golden Brown

📋 copy color: '#986A1D'

red 152 ◦ green 106 ◦ blue 29

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

Shades of Golden Brown #986A1D

Tints of Golden Brown #986A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

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

R = 52.96%
G = 36.93%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#986A1D (or 0x986A1D) is known color: Golden Brown. HEX triplet: 98, 6A and 1D. RGB value is (152,106,29). Sum of RGB (Red+Green+Blue) = 152+106+29=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #986A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A1D is #6795E2. Grayscale: #6F6F6F. Windows color (decimal): -6788579 or 1927832. OLE color: 1927832.

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

Color convert

RGB 152 106 29 -
CMYK 0 0.30 0.81 0.40
HSL 37.56º 0.68% 0.35% -
HSV(B) 37.56º 0.81% 0.6% -
XYZ 18.32 17.07 3.49 -
YUV 110.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 152 106 29 0 0.30 0.81 0.40 37.56 0.68 0.35
Hex 98 6A 1D 0 1E 51 28 26 44 23
Octal 230 152 35 0 36 121 50 46 104 43
Binary 10011000 1101010 11101 0 11110 1010001 101000 100110 1000100 100011

Color Harmonies of #986A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A1D

Black with #986A1D

Text Example


Text Example

White with #986A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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