Html Css Color HEX #986E0D Golden Brown

📋 copy color: '#986E0D'

red 152 ◦ green 110 ◦ blue 13

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

Shades of Golden Brown #986E0D

Tints of Golden Brown #986E0D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 55.27%
G = 40%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#986E0D (or 0x986E0D) is known color: Golden Brown. HEX triplet: 98, 6E and 0D. RGB value is (152,110,13). Sum of RGB (Red+Green+Blue) = 152+110+13=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E0D is #6791F2. Grayscale: #6F6F6F. Windows color (decimal): -6787571 or 880280. OLE color: 880280.

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

Color convert

RGB 152 110 13 -
CMYK 0 0.28 0.91 0.40
HSL 41.87º 0.84% 0.32% -
HSV(B) 41.87º 0.91% 0.6% -
XYZ 18.6 17.86 2.85 -
YUV 111.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 152 110 13 0 0.28 0.91 0.40 41.87 0.84 0.32
Hex 98 6E D 0 1C 5B 28 2A 54 20
Octal 230 156 15 0 34 133 50 52 124 40
Binary 10011000 1101110 1101 0 11100 1011011 101000 101010 1010100 100000

Color Harmonies of #986E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E0D

Black with #986E0D

Text Example


Text Example

White with #986E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,13); }

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

background-color css

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

 a { background-color: rgb(152,110,13); }

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

border-color css

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

 span { border-color: rgb(152,110,13); }

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