Html Css Color HEX #997E64 Sorrell Brown

📋 copy color: '#997E64'

red 153 ◦ green 126 ◦ blue 100

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

Shades of Sorrell Brown #997E64

Tints of Sorrell Brown #997E64

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 40.37%
G = 33.25%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#997E64 (or 0x997E64) is known color: Sorrell Brown. HEX triplet: 99, 7E and 64. RGB value is (153,126,100). Sum of RGB (Red+Green+Blue) = 153+126+100=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E64 is #66819B. Grayscale: #838383. Windows color (decimal): -6717852 or 6586009. OLE color: 6586009.

HSL color Cylindrical-coordinate representation of color #997E64: hue angle of 29.43º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997E64 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 100 -
CMYK 0 0.18 0.35 0.4
HSL 29.43º 0.21% 0.5% -
HSV(B) 29.43º 0.35% 0.6% -
XYZ 22.9 22.61 15.21 -
YUV 131.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 153 126 100 0 0.18 0.35 0.4 29.43 0.21 0.5
Hex 99 7E 64 0 12 23 28 1D 15 32
Octal 231 176 144 0 22 43 50 35 25 62
Binary 10011001 1111110 1100100 0 10010 100011 101000 11101 10101 110010

Color Harmonies of #997E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E64

Black with #997E64

Text Example


Text Example

White with #997E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997E64; }

 p { color: rgb(153,126,100); }

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

background-color css

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

 a { background-color: rgb(153,126,100); }

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

border-color css

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

 span { border-color: rgb(153,126,100); }

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