Html Css Color HEX #986012 Golden Brown

📋 copy color: '#986012'

red 152 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #986012

Tints of Golden Brown #986012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 57.14%
G = 36.09%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#986012 (or 0x986012) is known color: Golden Brown. HEX triplet: 98, 60 and 12. RGB value is (152,96,18). Sum of RGB (Red+Green+Blue) = 152+96+18=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #986012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986012 is #679FED. Grayscale: #686868. Windows color (decimal): -6791150 or 1204376. OLE color: 1204376.

HSL color Cylindrical-coordinate representation of color #986012: hue angle of 34.93º 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 #986012 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 18 -
CMYK 0 0.37 0.88 0.40
HSL 34.93º 0.79% 0.33% -
HSV(B) 34.93º 0.88% 0.6% -
XYZ 17.24 15.08 2.58 -
YUV 103.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 152 96 18 0 0.37 0.88 0.40 34.93 0.79 0.33
Hex 98 60 12 0 25 58 28 23 4F 21
Octal 230 140 22 0 45 130 50 43 117 41
Binary 10011000 1100000 10010 0 100101 1011000 101000 100011 1001111 100001

Color Harmonies of #986012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986012

Black with #986012

Text Example


Text Example

White with #986012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986012; }

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

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

background-color css

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

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

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

border-color css

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

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

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