Html Css Color HEX #997501 Golden Brown

📋 copy color: '#997501'

red 153 ◦ green 117 ◦ blue 1

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

Shades of Golden Brown #997501

Tints of Golden Brown #997501

RGB

 RED value IS 153 (60.16% from 255) = 56.46%

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 56.46%
G = 43.17%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997501 (or 0x997501) is known color: Golden Brown. HEX triplet: 99, 75 and 01. RGB value is (153,117,1). Sum of RGB (Red+Green+Blue) = 153+117+1=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997501 is #668AFE. Grayscale: #737373. Windows color (decimal): -6720255 or 95641. OLE color: 95641.

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

Color convert

RGB 153 117 1 -
CMYK 0 0.24 0.99 0.4
HSL 45.79º 0.99% 0.3% -
HSV(B) 45.79º 0.99% 0.6% -
XYZ 19.5 19.5 2.76 -
YUV 114.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 153 117 1 0 0.24 0.99 0.4 45.79 0.99 0.3
Hex 99 75 1 0 18 63 28 2E 63 1E
Octal 231 165 1 0 30 143 50 56 143 36
Binary 10011001 1110101 1 0 11000 1100011 101000 101110 1100011 11110

Color Harmonies of #997501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997501

Black with #997501

Text Example


Text Example

White with #997501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997501; }

 p { color: rgb(153,117,1); }

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

background-color css

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

 a { background-color: rgb(153,117,1); }

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

border-color css

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

 span { border-color: rgb(153,117,1); }

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