Html Css Color HEX #986500 Golden Brown

📋 copy color: '#986500'

red 152 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #986500

Tints of Golden Brown #986500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.08%
G = 39.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#986500 (or 0x986500) is known color: Golden Brown. HEX triplet: 98, 65 and 00. RGB value is (152,101,0). Sum of RGB (Red+Green+Blue) = 152+101+0=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #986500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986500 is #679AFF. Grayscale: #696969. Windows color (decimal): -6789888 or 26008. OLE color: 26008.

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

Color convert

RGB 152 101 0 -
CMYK 0 0.34 1 0.40
HSL 39.87º 1% 0.3% -
HSV(B) 39.87º 1% 0.6% -
XYZ 17.6 15.98 2.16 -
YUV 104.74 68.9 161.71 -
System Red Green Blue C M Y K H S L
Decimal 152 101 0 0 0.34 1 0.40 39.87 1 0.3
Hex 98 65 0 0 22 64 28 28 64 1E
Octal 230 145 0 0 42 144 50 50 144 36
Binary 10011000 1100101 0 0 100010 1100100 101000 101000 1100100 11110

Color Harmonies of #986500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986500

Black with #986500

Text Example


Text Example

White with #986500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986500; }

 p { color: rgb(152,101,0); }

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

background-color css

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

 a { background-color: rgb(152,101,0); }

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

border-color css

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

 span { border-color: rgb(152,101,0); }

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