Html Css Color HEX #986716 Golden Brown

📋 copy color: '#986716'

red 152 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #986716

Tints of Golden Brown #986716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 54.87%
G = 37.18%
B = 7.94%

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

#986716 (or 0x986716) is known color: Golden Brown. HEX triplet: 98, 67 and 16. RGB value is (152,103,22). Sum of RGB (Red+Green+Blue) = 152+103+22=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #986716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986716 is #6798E9. Grayscale: #6C6C6C. Windows color (decimal): -6789354 or 1468312. OLE color: 1468312.

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

Color convert

RGB 152 103 22 -
CMYK 0 0.32 0.86 0.40
HSL 37.38º 0.75% 0.34% -
HSV(B) 37.38º 0.86% 0.6% -
XYZ 17.94 16.43 2.99 -
YUV 108.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 152 103 22 0 0.32 0.86 0.40 37.38 0.75 0.34
Hex 98 67 16 0 20 56 28 25 4B 22
Octal 230 147 26 0 40 126 50 45 113 42
Binary 10011000 1100111 10110 0 100000 1010110 101000 100101 1001011 100010

Color Harmonies of #986716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986716

Black with #986716

Text Example


Text Example

White with #986716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986716; }

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

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

background-color css

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

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

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

border-color css

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

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

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