Html Css Color HEX #986615 Golden Brown

📋 copy color: '#986615'

red 152 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #986615

Tints of Golden Brown #986615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 55.27%
G = 37.09%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#986615 (or 0x986615) is known color: Golden Brown. HEX triplet: 98, 66 and 15. RGB value is (152,102,21). Sum of RGB (Red+Green+Blue) = 152+102+21=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986615 is #6799EA. Grayscale: #6C6C6C. Windows color (decimal): -6789611 or 1402520. OLE color: 1402520.

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

Color convert

RGB 152 102 21 -
CMYK 0 0.33 0.86 0.40
HSL 37.1º 0.76% 0.34% -
HSV(B) 37.1º 0.86% 0.6% -
XYZ 17.84 16.23 2.9 -
YUV 107.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 152 102 21 0 0.33 0.86 0.40 37.1 0.76 0.34
Hex 98 66 15 0 21 56 28 25 4C 22
Octal 230 146 25 0 41 126 50 45 114 42
Binary 10011000 1100110 10101 0 100001 1010110 101000 100101 1001100 100010

Color Harmonies of #986615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986615

Black with #986615

Text Example


Text Example

White with #986615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986615; }

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

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

background-color css

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

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

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

border-color css

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

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

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