Html Css Color HEX #986400 Golden Brown

📋 copy color: '#986400'

red 152 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #986400

Tints of Golden Brown #986400

RGB

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

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

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

R = 60.32%
G = 39.68%
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

#986400 (or 0x986400) is known color: Golden Brown. HEX triplet: 98, 64 and 00. RGB value is (152,100,0). Sum of RGB (Red+Green+Blue) = 152+100+0=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #986400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986400 is #679BFF. Grayscale: #686868. Windows color (decimal): -6790144 or 25752. OLE color: 25752.

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

Color convert

RGB 152 100 0 -
CMYK 0 0.34 1 0.40
HSL 39.47º 1% 0.3% -
HSV(B) 39.47º 1% 0.6% -
XYZ 17.51 15.79 2.13 -
YUV 104.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 152 100 0 0 0.34 1 0.40 39.47 1 0.3
Hex 98 64 0 0 22 64 28 27 64 1E
Octal 230 144 0 0 42 144 50 47 144 36
Binary 10011000 1100100 0 0 100010 1100100 101000 100111 1100100 11110

Color Harmonies of #986400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986400

Black with #986400

Text Example


Text Example

White with #986400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986400; }

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

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

background-color css

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

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

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

border-color css

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

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

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