Html Css Color HEX #97764A Pale Brown

📋 copy color: '#97764A'

red 151 ◦ green 118 ◦ blue 74

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

Shades of Pale Brown #97764A

Tints of Pale Brown #97764A

RGB

 RED value IS 151 (59.38% from 255) = 44.02%

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 44.02%
G = 34.4%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#97764A (or 0x97764A) is known color: Pale Brown. HEX triplet: 97, 76 and 4A. RGB value is (151,118,74). Sum of RGB (Red+Green+Blue) = 151+118+74=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #97764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97764A is #6889B5. Grayscale: #7B7B7B. Windows color (decimal): -6850998 or 4880023. OLE color: 4880023.

HSL color Cylindrical-coordinate representation of color #97764A: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97764A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 118 74 -
CMYK 0 0.22 0.51 0.41
HSL 34.29º 0.34% 0.44% -
HSV(B) 34.29º 0.51% 0.59% -
XYZ 20.48 20.03 9.27 -
YUV 122.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 151 118 74 0 0.22 0.51 0.41 34.29 0.34 0.44
Hex 97 76 4A 0 16 33 29 22 22 2C
Octal 227 166 112 0 26 63 51 42 42 54
Binary 10010111 1110110 1001010 0 10110 110011 101001 100010 100010 101100

Color Harmonies of #97764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97764A

Black with #97764A

Text Example


Text Example

White with #97764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97764A; }

 p { color: rgb(151,118,74); }

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

background-color css

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

 a { background-color: rgb(151,118,74); }

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

border-color css

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

 span { border-color: rgb(151,118,74); }

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