Html Css Color HEX #986B1D Golden Brown

📋 copy color: '#986B1D'

red 152 ◦ green 107 ◦ blue 29

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

Shades of Golden Brown #986B1D

Tints of Golden Brown #986B1D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

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

R = 52.78%
G = 37.15%
B = 10.07%

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

#986B1D (or 0x986B1D) is known color: Golden Brown. HEX triplet: 98, 6B and 1D. RGB value is (152,107,29). Sum of RGB (Red+Green+Blue) = 152+107+29=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B1D is #6794E2. Grayscale: #6F6F6F. Windows color (decimal): -6788323 or 1928088. OLE color: 1928088.

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

Color convert

RGB 152 107 29 -
CMYK 0 0.30 0.81 0.40
HSL 38.05º 0.68% 0.35% -
HSV(B) 38.05º 0.81% 0.6% -
XYZ 18.43 17.28 3.53 -
YUV 111.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 152 107 29 0 0.30 0.81 0.40 38.05 0.68 0.35
Hex 98 6B 1D 0 1E 51 28 26 44 23
Octal 230 153 35 0 36 121 50 46 104 43
Binary 10011000 1101011 11101 0 11110 1010001 101000 100110 1000100 100011

Color Harmonies of #986B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B1D

Black with #986B1D

Text Example


Text Example

White with #986B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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