Html Css Color HEX #997F65 Sorrell Brown

📋 copy color: '#997F65'

red 153 ◦ green 127 ◦ blue 101

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

Shades of Sorrell Brown #997F65

Tints of Sorrell Brown #997F65

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 40.16%
G = 33.33%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#997F65 (or 0x997F65) is known color: Sorrell Brown. HEX triplet: 99, 7F and 65. RGB value is (153,127,101). Sum of RGB (Red+Green+Blue) = 153+127+101=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #997F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F65 is #66809A. Grayscale: #838383. Windows color (decimal): -6717595 or 6651801. OLE color: 6651801.

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

Color convert

RGB 153 127 101 -
CMYK 0 0.17 0.34 0.4
HSL 30º 0.2% 0.5% -
HSV(B) 30º 0.34% 0.6% -
XYZ 23.08 22.89 15.51 -
YUV 131.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 153 127 101 0 0.17 0.34 0.4 30 0.2 0.5
Hex 99 7F 65 0 11 22 28 1E 14 32
Octal 231 177 145 0 21 42 50 36 24 62
Binary 10011001 1111111 1100101 0 10001 100010 101000 11110 10100 110010

Color Harmonies of #997F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F65

Black with #997F65

Text Example


Text Example

White with #997F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,127,101); }

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

background-color css

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

 a { background-color: rgb(153,127,101); }

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

border-color css

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

 span { border-color: rgb(153,127,101); }

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