Html Css Color HEX #958E57 Clay Creek

📋 copy color: '#958E57'

red 149 ◦ green 142 ◦ blue 87

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

Shades of Clay Creek #958E57

Tints of Clay Creek #958E57

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

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

R = 39.42%
G = 37.57%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958E57 (or 0x958E57) is known color: Clay Creek. HEX triplet: 95, 8E and 57. RGB value is (149,142,87). Sum of RGB (Red+Green+Blue) = 149+142+87=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #958E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E57 is #6A71A8. Grayscale: #8A8A8A. Windows color (decimal): -6975913 or 5738133. OLE color: 5738133.

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

Color convert

RGB 149 142 87 -
CMYK 0 0.05 0.42 0.42
HSL 53.23º 0.26% 0.46% -
HSV(B) 53.23º 0.42% 0.58% -
XYZ 23.79 26.42 12.86 -
YUV 137.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 149 142 87 0 0.05 0.42 0.42 53.23 0.26 0.46
Hex 95 8E 57 0 5 2A 2A 35 1A 2E
Octal 225 216 127 0 5 52 52 65 32 56
Binary 10010101 10001110 1010111 0 101 101010 101010 110101 11010 101110

Color Harmonies of #958E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E57

Black with #958E57

Text Example


Text Example

White with #958E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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