Html Css Color HEX #986501 Golden Brown

📋 copy color: '#986501'

red 152 ◦ green 101 ◦ blue 1

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

Shades of Golden Brown #986501

Tints of Golden Brown #986501

RGB

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

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

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

R = 59.84%
G = 39.76%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#986501 (or 0x986501) is known color: Golden Brown. HEX triplet: 98, 65 and 01. RGB value is (152,101,1). Sum of RGB (Red+Green+Blue) = 152+101+1=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #986501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986501 is #679AFE. Grayscale: #696969. Windows color (decimal): -6789887 or 91544. OLE color: 91544.

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

Color convert

RGB 152 101 1 -
CMYK 0 0.34 0.99 0.40
HSL 39.74º 0.99% 0.3% -
HSV(B) 39.74º 0.99% 0.6% -
XYZ 17.61 15.98 2.19 -
YUV 104.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 152 101 1 0 0.34 0.99 0.40 39.74 0.99 0.3
Hex 98 65 1 0 22 63 28 28 63 1E
Octal 230 145 1 0 42 143 50 50 143 36
Binary 10011000 1100101 1 0 100010 1100011 101000 101000 1100011 11110

Color Harmonies of #986501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986501

Black with #986501

Text Example


Text Example

White with #986501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986501; }

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

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

background-color css

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

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

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

border-color css

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

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

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