Html Css Color HEX #997964 Sorrell Brown

📋 copy color: '#997964'

red 153 ◦ green 121 ◦ blue 100

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

Shades of Sorrell Brown #997964

Tints of Sorrell Brown #997964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

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

R = 40.91%
G = 32.35%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#997964 (or 0x997964) is known color: Sorrell Brown. HEX triplet: 99, 79 and 64. RGB value is (153,121,100). Sum of RGB (Red+Green+Blue) = 153+121+100=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #997964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997964 is #66869B. Grayscale: #808080. Windows color (decimal): -6719132 or 6584729. OLE color: 6584729.

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

Color convert

RGB 153 121 100 -
CMYK 0 0.21 0.35 0.4
HSL 23.77º 0.21% 0.5% -
HSV(B) 23.77º 0.35% 0.6% -
XYZ 22.27 21.37 15.01 -
YUV 128.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 153 121 100 0 0.21 0.35 0.4 23.77 0.21 0.5
Hex 99 79 64 0 15 23 28 18 15 32
Octal 231 171 144 0 25 43 50 30 25 62
Binary 10011001 1111001 1100100 0 10101 100011 101000 11000 10101 110010

Color Harmonies of #997964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997964

Black with #997964

Text Example


Text Example

White with #997964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997964; }

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

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

background-color css

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

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

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

border-color css

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

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

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