Html Css Color HEX #986715 Golden Brown

📋 copy color: '#986715'

red 152 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #986715

Tints of Golden Brown #986715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

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

R = 55.07%
G = 37.32%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#986715 (or 0x986715) is known color: Golden Brown. HEX triplet: 98, 67 and 15. RGB value is (152,103,21). Sum of RGB (Red+Green+Blue) = 152+103+21=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #986715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986715 is #6798EA. Grayscale: #6C6C6C. Windows color (decimal): -6789355 or 1402776. OLE color: 1402776.

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

Color convert

RGB 152 103 21 -
CMYK 0 0.32 0.86 0.40
HSL 37.56º 0.76% 0.34% -
HSV(B) 37.56º 0.86% 0.6% -
XYZ 17.93 16.43 2.94 -
YUV 108.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 152 103 21 0 0.32 0.86 0.40 37.56 0.76 0.34
Hex 98 67 15 0 20 56 28 26 4C 22
Octal 230 147 25 0 40 126 50 46 114 42
Binary 10011000 1100111 10101 0 100000 1010110 101000 100110 1001100 100010

Color Harmonies of #986715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986715

Black with #986715

Text Example


Text Example

White with #986715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986715; }

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

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

background-color css

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

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

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

border-color css

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

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

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