Html Css Color HEX #97864C Clay Creek

📋 copy color: '#97864C'

red 151 ◦ green 134 ◦ blue 76

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

Shades of Clay Creek #97864C

Tints of Clay Creek #97864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 41.83%
G = 37.12%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#97864C (or 0x97864C) is known color: Clay Creek. HEX triplet: 97, 86 and 4C. RGB value is (151,134,76). Sum of RGB (Red+Green+Blue) = 151+134+76=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97864C is #6879B3. Grayscale: #848484. Windows color (decimal): -6846900 or 5015191. OLE color: 5015191.

HSL color Cylindrical-coordinate representation of color #97864C: hue angle of 46.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97864C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 134 76 -
CMYK 0 0.11 0.50 0.41
HSL 46.4º 0.33% 0.45% -
HSV(B) 46.4º 0.5% 0.59% -
XYZ 22.59 24.15 10.31 -
YUV 132.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 151 134 76 0 0.11 0.50 0.41 46.4 0.33 0.45
Hex 97 86 4C 0 B 32 29 2E 21 2D
Octal 227 206 114 0 13 62 51 56 41 55
Binary 10010111 10000110 1001100 0 1011 110010 101001 101110 100001 101101

Color Harmonies of #97864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97864C

Black with #97864C

Text Example


Text Example

White with #97864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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