Html Css Color HEX #986305 Golden Brown

📋 copy color: '#986305'

red 152 ◦ green 99 ◦ blue 5

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

Shades of Golden Brown #986305

Tints of Golden Brown #986305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 59.38%
G = 38.67%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#986305 (or 0x986305) is known color: Golden Brown. HEX triplet: 98, 63 and 05. RGB value is (152,99,5). Sum of RGB (Red+Green+Blue) = 152+99+5=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #986305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986305 is #679CFA. Grayscale: #686868. Windows color (decimal): -6790395 or 353176. OLE color: 353176.

HSL color Cylindrical-coordinate representation of color #986305: hue angle of 38.37º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #986305 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 5 -
CMYK 0 0.35 0.97 0.40
HSL 38.37º 0.94% 0.31% -
HSV(B) 38.37º 0.97% 0.6% -
XYZ 17.44 15.61 2.24 -
YUV 104.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 152 99 5 0 0.35 0.97 0.40 38.37 0.94 0.31
Hex 98 63 5 0 23 61 28 26 5E 1F
Octal 230 143 5 0 43 141 50 46 136 37
Binary 10011000 1100011 101 0 100011 1100001 101000 100110 1011110 11111

Color Harmonies of #986305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986305

Black with #986305

Text Example


Text Example

White with #986305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986305; }

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

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

background-color css

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

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

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

border-color css

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

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

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