Html Css Color HEX #948857 Clay Creek

📋 copy color: '#948857'

red 148 ◦ green 136 ◦ blue 87

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

Shades of Clay Creek #948857

Tints of Clay Creek #948857

RGB

 RED value IS 148 (58.2% from 255) = 39.89%

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 87 (34.38% from 255) = 23.45%

R = 39.89%
G = 36.66%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#948857 (or 0x948857) is known color: Clay Creek. HEX triplet: 94, 88 and 57. RGB value is (148,136,87). Sum of RGB (Red+Green+Blue) = 148+136+87=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #948857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948857 is #6B77A8. Grayscale: #868686. Windows color (decimal): -7042985 or 5736596. OLE color: 5736596.

HSL color Cylindrical-coordinate representation of color #948857: hue angle of 48.2º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948857 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 87 -
CMYK 0 0.08 0.41 0.42
HSL 48.2º 0.26% 0.46% -
HSV(B) 48.2º 0.41% 0.58% -
XYZ 22.74 24.59 12.57 -
YUV 134 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 148 136 87 0 0.08 0.41 0.42 48.2 0.26 0.46
Hex 94 88 57 0 8 29 2A 30 1A 2E
Octal 224 210 127 0 10 51 52 60 32 56
Binary 10010100 10001000 1010111 0 1000 101001 101010 110000 11010 101110

Color Harmonies of #948857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948857

Black with #948857

Text Example


Text Example

White with #948857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948857; }

 p { color: rgb(148,136,87); }

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

background-color css

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

 a { background-color: rgb(148,136,87); }

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

border-color css

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

 span { border-color: rgb(148,136,87); }

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