Html Css Color HEX #986017 Golden Brown

📋 copy color: '#986017'

red 152 ◦ green 96 ◦ blue 23

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

Shades of Golden Brown #986017

Tints of Golden Brown #986017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 23 (9.38% from 255) = 8.49%

R = 56.09%
G = 35.42%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#986017 (or 0x986017) is known color: Golden Brown. HEX triplet: 98, 60 and 17. RGB value is (152,96,23). Sum of RGB (Red+Green+Blue) = 152+96+23=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #986017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986017 is #679FE8. Grayscale: #686868. Windows color (decimal): -6791145 or 1532056. OLE color: 1532056.

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

Color convert

RGB 152 96 23 -
CMYK 0 0.37 0.85 0.40
HSL 33.95º 0.74% 0.34% -
HSV(B) 33.95º 0.85% 0.6% -
XYZ 17.29 15.1 2.81 -
YUV 104.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 152 96 23 0 0.37 0.85 0.40 33.95 0.74 0.34
Hex 98 60 17 0 25 55 28 22 4A 22
Octal 230 140 27 0 45 125 50 42 112 42
Binary 10011000 1100000 10111 0 100101 1010101 101000 100010 1001010 100010

Color Harmonies of #986017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986017

Black with #986017

Text Example


Text Example

White with #986017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986017; }

 p { color: rgb(152,96,23); }

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

background-color css

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

 a { background-color: rgb(152,96,23); }

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

border-color css

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

 span { border-color: rgb(152,96,23); }

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