Html Css Color HEX #986115 Golden Brown

📋 copy color: '#986115'

red 152 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #986115

Tints of Golden Brown #986115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 56.3%
G = 35.93%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#986115 (or 0x986115) is known color: Golden Brown. HEX triplet: 98, 61 and 15. RGB value is (152,97,21). Sum of RGB (Red+Green+Blue) = 152+97+21=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #986115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986115 is #679EEA. Grayscale: #696969. Windows color (decimal): -6790891 or 1401240. OLE color: 1401240.

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

Color convert

RGB 152 97 21 -
CMYK 0 0.36 0.86 0.40
HSL 34.81º 0.76% 0.34% -
HSV(B) 34.81º 0.86% 0.6% -
XYZ 17.36 15.28 2.74 -
YUV 104.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 152 97 21 0 0.36 0.86 0.40 34.81 0.76 0.34
Hex 98 61 15 0 24 56 28 23 4C 22
Octal 230 141 25 0 44 126 50 43 114 42
Binary 10011000 1100001 10101 0 100100 1010110 101000 100011 1001100 100010

Color Harmonies of #986115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986115

Black with #986115

Text Example


Text Example

White with #986115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986115; }

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

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

background-color css

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

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

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

border-color css

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

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

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