Html Css Color HEX #986300 Golden Brown

📋 copy color: '#986300'

red 152 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #986300

Tints of Golden Brown #986300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.44%

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

R = 60.56%
G = 39.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#986300 (or 0x986300) is known color: Golden Brown. HEX triplet: 98, 63 and 00. RGB value is (152,99,0). Sum of RGB (Red+Green+Blue) = 152+99+0=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #986300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986300 is #679CFF. Grayscale: #686868. Windows color (decimal): -6790400 or 25496. OLE color: 25496.

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

Color convert

RGB 152 99 0 -
CMYK 0 0.35 1 0.40
HSL 39.08º 1% 0.3% -
HSV(B) 39.08º 1% 0.6% -
XYZ 17.41 15.6 2.09 -
YUV 103.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 152 99 0 0 0.35 1 0.40 39.08 1 0.3
Hex 98 63 0 0 23 64 28 27 64 1E
Octal 230 143 0 0 43 144 50 47 144 36
Binary 10011000 1100011 0 0 100011 1100100 101000 100111 1100100 11110

Color Harmonies of #986300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986300

Black with #986300

Text Example


Text Example

White with #986300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986300; }

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

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

background-color css

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

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

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

border-color css

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

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

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