Html Css Color HEX #97885A Clay Creek

📋 copy color: '#97885A'

red 151 ◦ green 136 ◦ blue 90

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

Shades of Clay Creek #97885A

Tints of Clay Creek #97885A

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 value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97885A (or 0x97885A) is known color: 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

RGB 151 136 90 -
CMYK 0 0.10 0.40 0.41
HSL 45.25º 0.25% 0.47% -
HSV(B) 45.25º 0.4% 0.59% -
XYZ 23.41 24.93 13.25 -
YUV 135.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 151 136 90 0 0.10 0.40 0.41 45.25 0.25 0.47
Hex 97 88 5A 0 A 28 29 2D 19 2F
Octal 227 210 132 0 12 50 51 55 31 57
Binary 10010111 10001000 1011010 0 1010 101000 101001 101101 11001 101111

Color Harmonies of #97885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97885A

Black with #97885A

Text Example


Text Example

White with #97885A

Text Example


Text Example

HTML Codes & Css Web 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>