Html Css Color HEX #97864D Clay Creek

📋 copy color: '#97864D'

red 151 ◦ green 134 ◦ blue 77

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

Shades of Clay Creek #97864D

Tints of Clay Creek #97864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.02%

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

R = 41.71%
G = 37.02%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97864D (or 0x97864D) is known color: Clay Creek. HEX triplet: 97, 86 and 4D. RGB value is (151,134,77). Sum of RGB (Red+Green+Blue) = 151+134+77=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97864D is #6879B2. Grayscale: #848484. Windows color (decimal): -6846899 or 5080727. OLE color: 5080727.

HSL color Cylindrical-coordinate representation of color #97864D: hue angle of 46.22º 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 #97864D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 134 77 -
CMYK 0 0.11 0.49 0.41
HSL 46.22º 0.32% 0.45% -
HSV(B) 46.22º 0.49% 0.59% -
XYZ 22.63 24.17 10.49 -
YUV 132.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 151 134 77 0 0.11 0.49 0.41 46.22 0.32 0.45
Hex 97 86 4D 0 B 31 29 2E 20 2D
Octal 227 206 115 0 13 61 51 56 40 55
Binary 10010111 10000110 1001101 0 1011 110001 101001 101110 100000 101101

Color Harmonies of #97864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97864D

Black with #97864D

Text Example


Text Example

White with #97864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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