Html Css Color HEX #958857 Clay Creek

📋 copy color: '#958857'

red 149 ◦ green 136 ◦ blue 87

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

Shades of Clay Creek #958857

Tints of Clay Creek #958857

RGB

 RED value IS 149 (58.59% from 255) = 40.05%

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

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

R = 40.05%
G = 36.56%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958857 (or 0x958857) is known color: Clay Creek. HEX triplet: 95, 88 and 57. RGB value is (149,136,87). Sum of RGB (Red+Green+Blue) = 149+136+87=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #958857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958857 is #6A77A8. Grayscale: #868686. Windows color (decimal): -6977449 or 5736597. OLE color: 5736597.

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

Color convert

RGB 149 136 87 -
CMYK 0 0.09 0.42 0.42
HSL 47.42º 0.26% 0.46% -
HSV(B) 47.42º 0.42% 0.58% -
XYZ 22.92 24.69 12.57 -
YUV 134.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 149 136 87 0 0.09 0.42 0.42 47.42 0.26 0.46
Hex 95 88 57 0 9 2A 2A 2F 1A 2E
Octal 225 210 127 0 11 52 52 57 32 56
Binary 10010101 10001000 1010111 0 1001 101010 101010 101111 11010 101110

Color Harmonies of #958857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958857

Black with #958857

Text Example


Text Example

White with #958857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958857; }

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

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

background-color css

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

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

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

border-color css

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

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

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