Html Css Color HEX #958657 Clay Creek

📋 copy color: '#958657'

red 149 ◦ green 134 ◦ blue 87

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

Shades of Clay Creek #958657

Tints of Clay Creek #958657

RGB

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

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

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

R = 40.27%
G = 36.22%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958657 (or 0x958657) is known color: Clay Creek. HEX triplet: 95, 86 and 57. RGB value is (149,134,87). Sum of RGB (Red+Green+Blue) = 149+134+87=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958657 is #6A79A8. Grayscale: #858585. Windows color (decimal): -6977961 or 5736085. OLE color: 5736085.

HSL color Cylindrical-coordinate representation of color #958657: hue angle of 45.48º 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 #958657 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 87 -
CMYK 0 0.10 0.42 0.42
HSL 45.48º 0.26% 0.46% -
HSV(B) 45.48º 0.42% 0.58% -
XYZ 22.64 24.13 12.48 -
YUV 133.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 149 134 87 0 0.10 0.42 0.42 45.48 0.26 0.46
Hex 95 86 57 0 A 2A 2A 2D 1A 2E
Octal 225 206 127 0 12 52 52 55 32 56
Binary 10010101 10000110 1010111 0 1010 101010 101010 101101 11010 101110

Color Harmonies of #958657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958657

Black with #958657

Text Example


Text Example

White with #958657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958657; }

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

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

background-color css

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

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

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

border-color css

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

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

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