Html Css Color HEX #958D57 Clay Creek

📋 copy color: '#958D57'

red 149 ◦ green 141 ◦ blue 87

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

Shades of Clay Creek #958D57

Tints of Clay Creek #958D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

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

R = 39.52%
G = 37.4%
B = 23.08%

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

#958D57 (or 0x958D57) is known color: Clay Creek. HEX triplet: 95, 8D and 57. RGB value is (149,141,87). Sum of RGB (Red+Green+Blue) = 149+141+87=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #958D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D57 is #6A72A8. Grayscale: #898989. Windows color (decimal): -6976169 or 5737877. OLE color: 5737877.

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

Color convert

RGB 149 141 87 -
CMYK 0 0.05 0.42 0.42
HSL 52.26º 0.26% 0.46% -
HSV(B) 52.26º 0.42% 0.58% -
XYZ 23.64 26.13 12.81 -
YUV 137.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 149 141 87 0 0.05 0.42 0.42 52.26 0.26 0.46
Hex 95 8D 57 0 5 2A 2A 34 1A 2E
Octal 225 215 127 0 5 52 52 64 32 56
Binary 10010101 10001101 1010111 0 101 101010 101010 110100 11010 101110

Color Harmonies of #958D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D57

Black with #958D57

Text Example


Text Example

White with #958D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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