Html Css Color HEX #97874D Clay Creek

📋 copy color: '#97874D'

red 151 ◦ green 135 ◦ blue 77

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

Shades of Clay Creek #97874D

Tints of Clay Creek #97874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 41.6%
G = 37.19%
B = 21.21%

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

#97874D (or 0x97874D) is known color: Clay Creek. HEX triplet: 97, 87 and 4D. RGB value is (151,135,77). Sum of RGB (Red+Green+Blue) = 151+135+77=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97874D is #6878B2. Grayscale: #858585. Windows color (decimal): -6846643 or 5080983. OLE color: 5080983.

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

Color convert

RGB 151 135 77 -
CMYK 0 0.11 0.49 0.41
HSL 47.03º 0.32% 0.45% -
HSV(B) 47.03º 0.49% 0.59% -
XYZ 22.77 24.44 10.54 -
YUV 133.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 151 135 77 0 0.11 0.49 0.41 47.03 0.32 0.45
Hex 97 87 4D 0 B 31 29 2F 20 2D
Octal 227 207 115 0 13 61 51 57 40 55
Binary 10010111 10000111 1001101 0 1011 110001 101001 101111 100000 101101

Color Harmonies of #97874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97874D

Black with #97874D

Text Example


Text Example

White with #97874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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