Html Css Color HEX #986514 Golden Brown

📋 copy color: '#986514'

red 152 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #986514

Tints of Golden Brown #986514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 55.68%
G = 37%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#986514 (or 0x986514) is known color: Golden Brown. HEX triplet: 98, 65 and 14. RGB value is (152,101,20). Sum of RGB (Red+Green+Blue) = 152+101+20=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #986514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986514 is #679AEB. Grayscale: #6B6B6B. Windows color (decimal): -6789868 or 1336728. OLE color: 1336728.

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

Color convert

RGB 152 101 20 -
CMYK 0 0.34 0.87 0.40
HSL 36.82º 0.77% 0.34% -
HSV(B) 36.82º 0.87% 0.6% -
XYZ 17.73 16.03 2.82 -
YUV 107.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 152 101 20 0 0.34 0.87 0.40 36.82 0.77 0.34
Hex 98 65 14 0 22 57 28 25 4D 22
Octal 230 145 24 0 42 127 50 45 115 42
Binary 10011000 1100101 10100 0 100010 1010111 101000 100101 1001101 100010

Color Harmonies of #986514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986514

Black with #986514

Text Example


Text Example

White with #986514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986514; }

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

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

background-color css

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

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

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

border-color css

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

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

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