Html Css Color HEX #986301 Golden Brown

📋 copy color: '#986301'

red 152 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #986301

Tints of Golden Brown #986301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 60.32%
G = 39.29%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#986301 (or 0x986301) is known color: Golden Brown. HEX triplet: 98, 63 and 01. RGB value is (152,99,1). Sum of RGB (Red+Green+Blue) = 152+99+1=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #986301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986301 is #679CFE. Grayscale: #686868. Windows color (decimal): -6790399 or 91032. OLE color: 91032.

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

Color convert

RGB 152 99 1 -
CMYK 0 0.35 0.99 0.40
HSL 38.94º 0.99% 0.3% -
HSV(B) 38.94º 0.99% 0.6% -
XYZ 17.42 15.6 2.12 -
YUV 103.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 152 99 1 0 0.35 0.99 0.40 38.94 0.99 0.3
Hex 98 63 1 0 23 63 28 27 63 1E
Octal 230 143 1 0 43 143 50 47 143 36
Binary 10011000 1100011 1 0 100011 1100011 101000 100111 1100011 11110

Color Harmonies of #986301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986301

Black with #986301

Text Example


Text Example

White with #986301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986301; }

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

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

background-color css

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

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

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

border-color css

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

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

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