Html Css Color HEX #97884D Clay Creek

📋 copy color: '#97884D'

red 151 ◦ green 136 ◦ blue 77

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

Shades of Clay Creek #97884D

Tints of Clay Creek #97884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 41.48%
G = 37.36%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97884D (or 0x97884D) is known color: Clay Creek. HEX triplet: 97, 88 and 4D. RGB value is (151,136,77). Sum of RGB (Red+Green+Blue) = 151+136+77=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #97884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97884D is #6877B2. Grayscale: #868686. Windows color (decimal): -6846387 or 5081239. OLE color: 5081239.

HSL color Cylindrical-coordinate representation of color #97884D: hue angle of 47.84º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97884D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 136 77 -
CMYK 0 0.10 0.49 0.41
HSL 47.84º 0.32% 0.45% -
HSV(B) 47.84º 0.49% 0.59% -
XYZ 22.91 24.72 10.59 -
YUV 133.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 151 136 77 0 0.10 0.49 0.41 47.84 0.32 0.45
Hex 97 88 4D 0 A 31 29 30 20 2D
Octal 227 210 115 0 12 61 51 60 40 55
Binary 10010111 10001000 1001101 0 1010 110001 101001 110000 100000 101101

Color Harmonies of #97884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97884D

Black with #97884D

Text Example


Text Example

White with #97884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97884D; }

 p { color: rgb(151,136,77); }

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

background-color css

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

 a { background-color: rgb(151,136,77); }

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

border-color css

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

 span { border-color: rgb(151,136,77); }

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