Html Css Color HEX #97874C Clay Creek

📋 copy color: '#97874C'

red 151 ◦ green 135 ◦ blue 76

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

Shades of Clay Creek #97874C

Tints of Clay Creek #97874C

RGB

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

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

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

R = 41.71%
G = 37.29%
B = 20.99%

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

#97874C (or 0x97874C) is known color: Clay Creek. HEX triplet: 97, 87 and 4C. RGB value is (151,135,76). Sum of RGB (Red+Green+Blue) = 151+135+76=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97874C is #6878B3. Grayscale: #858585. Windows color (decimal): -6846644 or 5015447. OLE color: 5015447.

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

Color convert

RGB 151 135 76 -
CMYK 0 0.11 0.50 0.41
HSL 47.2º 0.33% 0.45% -
HSV(B) 47.2º 0.5% 0.59% -
XYZ 22.73 24.43 10.35 -
YUV 133.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 151 135 76 0 0.11 0.50 0.41 47.2 0.33 0.45
Hex 97 87 4C 0 B 32 29 2F 21 2D
Octal 227 207 114 0 13 62 51 57 41 55
Binary 10010111 10000111 1001100 0 1011 110010 101001 101111 100001 101101

Color Harmonies of #97874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97874C

Black with #97874C

Text Example


Text Example

White with #97874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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