Html Css Color HEX #986315 Golden Brown

📋 copy color: '#986315'

red 152 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #986315

Tints of Golden Brown #986315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 55.88%
G = 36.4%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#986315 (or 0x986315) is known color: Golden Brown. HEX triplet: 98, 63 and 15. RGB value is (152,99,21). Sum of RGB (Red+Green+Blue) = 152+99+21=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986315 is #679CEA. Grayscale: #6A6A6A. Windows color (decimal): -6790379 or 1401752. OLE color: 1401752.

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

Color convert

RGB 152 99 21 -
CMYK 0 0.35 0.86 0.40
HSL 35.73º 0.76% 0.34% -
HSV(B) 35.73º 0.86% 0.6% -
XYZ 17.55 15.65 2.81 -
YUV 105.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 152 99 21 0 0.35 0.86 0.40 35.73 0.76 0.34
Hex 98 63 15 0 23 56 28 24 4C 22
Octal 230 143 25 0 43 126 50 44 114 42
Binary 10011000 1100011 10101 0 100011 1010110 101000 100100 1001100 100010

Color Harmonies of #986315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986315

Black with #986315

Text Example


Text Example

White with #986315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986315; }

 p { color: rgb(152,99,21); }

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

background-color css

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

 a { background-color: rgb(152,99,21); }

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

border-color css

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

 span { border-color: rgb(152,99,21); }

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