Html Css Color HEX #997101 Golden Brown

📋 copy color: '#997101'

red 153 ◦ green 113 ◦ blue 1

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

Shades of Golden Brown #997101

Tints of Golden Brown #997101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

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

R = 57.3%
G = 42.32%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997101 (or 0x997101) is known color: Golden Brown. HEX triplet: 99, 71 and 01. RGB value is (153,113,1). Sum of RGB (Red+Green+Blue) = 153+113+1=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #997101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997101 is #668EFE. Grayscale: #707070. Windows color (decimal): -6721279 or 94617. OLE color: 94617.

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

Color convert

RGB 153 113 1 -
CMYK 0 0.26 0.99 0.4
HSL 44.21º 0.99% 0.3% -
HSV(B) 44.21º 0.99% 0.6% -
XYZ 19.05 18.58 2.61 -
YUV 112.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 153 113 1 0 0.26 0.99 0.4 44.21 0.99 0.3
Hex 99 71 1 0 1A 63 28 2C 63 1E
Octal 231 161 1 0 32 143 50 54 143 36
Binary 10011001 1110001 1 0 11010 1100011 101000 101100 1100011 11110

Color Harmonies of #997101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997101

Black with #997101

Text Example


Text Example

White with #997101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997101; }

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

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

background-color css

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

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

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

border-color css

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

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

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