Html Css Color HEX #997201 Golden Brown

📋 copy color: '#997201'

red 153 ◦ green 114 ◦ blue 1

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

Shades of Golden Brown #997201

Tints of Golden Brown #997201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.54%

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

R = 57.09%
G = 42.54%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997201 (or 0x997201) is known color: Golden Brown. HEX triplet: 99, 72 and 01. RGB value is (153,114,1). Sum of RGB (Red+Green+Blue) = 153+114+1=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #997201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997201 is #668DFE. Grayscale: #717171. Windows color (decimal): -6721023 or 94873. OLE color: 94873.

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

Color convert

RGB 153 114 1 -
CMYK 0 0.25 0.99 0.4
HSL 44.61º 0.99% 0.3% -
HSV(B) 44.61º 0.99% 0.6% -
XYZ 19.16 18.81 2.65 -
YUV 112.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 153 114 1 0 0.25 0.99 0.4 44.61 0.99 0.3
Hex 99 72 1 0 19 63 28 2D 63 1E
Octal 231 162 1 0 31 143 50 55 143 36
Binary 10011001 1110010 1 0 11001 1100011 101000 101101 1100011 11110

Color Harmonies of #997201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997201

Black with #997201

Text Example


Text Example

White with #997201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997201; }

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

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

background-color css

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

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

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

border-color css

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

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

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