#97885A

Color #97885A Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #97885A

Tints of Clay Creek #97885A

Color information

#97885A (or 0x97885A) is unknown color: approx Clay Creek. HEX triplet: 97, 88 and 5A. RGB value is (151,136,90). Sum of RGB (Red+Green+Blue) = 151+136+90=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #97885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97885A is #6877A5. Grayscale: #878787. Windows color (decimal): -6846374 or 5933207. OLE color: 5933207.

HSL color Cylindrical-coordinate representation of color #97885A: hue angle of 45.25º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97885A is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15113690-
CMYK00.100.400.41
HSL45.25º25.31%47.25%-
HSV(B)45.25º40.4%59.22%-
XYZ23.4124.9313.25-
YUV135.24102.47139.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=40.05%
G=36.07%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511369000.100.400.4145.2525.3147.25
Hex97885A0A28292d192f
Octal2272101320125051553157
Binary100101111000100010110100101010100010100110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97885A;
 }
 .AnyTagClassName
 {
   color: #97885A;
 }
</style>
background-color css

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

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

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

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

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

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