Html Css Color HEX #986014 Golden Brown

📋 copy color: '#986014'

red 152 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #986014

Tints of Golden Brown #986014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 56.72%
G = 35.82%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#986014 (or 0x986014) is known color: Golden Brown. HEX triplet: 98, 60 and 14. RGB value is (152,96,20). Sum of RGB (Red+Green+Blue) = 152+96+20=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986014 is #679FEB. Grayscale: #686868. Windows color (decimal): -6791148 or 1335448. OLE color: 1335448.

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

Color convert

RGB 152 96 20 -
CMYK 0 0.37 0.87 0.40
HSL 34.55º 0.77% 0.34% -
HSV(B) 34.55º 0.87% 0.6% -
XYZ 17.26 15.09 2.67 -
YUV 104.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 152 96 20 0 0.37 0.87 0.40 34.55 0.77 0.34
Hex 98 60 14 0 25 57 28 23 4D 22
Octal 230 140 24 0 45 127 50 43 115 42
Binary 10011000 1100000 10100 0 100101 1010111 101000 100011 1001101 100010

Color Harmonies of #986014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986014

Black with #986014

Text Example


Text Example

White with #986014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986014; }

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

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

background-color css

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

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

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

border-color css

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

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

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