Html Css Color HEX #986412 Golden Brown

📋 copy color: '#986412'

red 152 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #986412

Tints of Golden Brown #986412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 56.3%
G = 37.04%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#986412 (or 0x986412) is known color: Golden Brown. HEX triplet: 98, 64 and 12. RGB value is (152,100,18). Sum of RGB (Red+Green+Blue) = 152+100+18=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #986412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986412 is #679BED. Grayscale: #6A6A6A. Windows color (decimal): -6790126 or 1205400. OLE color: 1205400.

HSL color Cylindrical-coordinate representation of color #986412: hue angle of 36.72º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #986412 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 18 -
CMYK 0 0.34 0.88 0.40
HSL 36.72º 0.79% 0.33% -
HSV(B) 36.72º 0.88% 0.6% -
XYZ 17.62 15.83 2.7 -
YUV 106.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 152 100 18 0 0.34 0.88 0.40 36.72 0.79 0.33
Hex 98 64 12 0 22 58 28 25 4F 21
Octal 230 144 22 0 42 130 50 45 117 41
Binary 10011000 1100100 10010 0 100010 1011000 101000 100101 1001111 100001

Color Harmonies of #986412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986412

Black with #986412

Text Example


Text Example

White with #986412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986412; }

 p { color: rgb(152,100,18); }

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

background-color css

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

 a { background-color: rgb(152,100,18); }

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

border-color css

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

 span { border-color: rgb(152,100,18); }

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