Html Css Color HEX #986417 Golden Brown

📋 copy color: '#986417'

red 152 ◦ green 100 ◦ blue 23

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

Shades of Golden Brown #986417

Tints of Golden Brown #986417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 55.27%
G = 36.36%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#986417 (or 0x986417) is known color: Golden Brown. HEX triplet: 98, 64 and 17. RGB value is (152,100,23). Sum of RGB (Red+Green+Blue) = 152+100+23=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986417 is #679BE8. Grayscale: #6B6B6B. Windows color (decimal): -6790121 or 1533080. OLE color: 1533080.

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

Color convert

RGB 152 100 23 -
CMYK 0 0.34 0.85 0.40
HSL 35.81º 0.74% 0.34% -
HSV(B) 35.81º 0.85% 0.6% -
XYZ 17.66 15.85 2.94 -
YUV 106.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 152 100 23 0 0.34 0.85 0.40 35.81 0.74 0.34
Hex 98 64 17 0 22 55 28 24 4A 22
Octal 230 144 27 0 42 125 50 44 112 42
Binary 10011000 1100100 10111 0 100010 1010101 101000 100100 1001010 100010

Color Harmonies of #986417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986417

Black with #986417

Text Example


Text Example

White with #986417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986417; }

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

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

background-color css

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

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

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

border-color css

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

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

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