Html Css Color HEX #958D56 Clay Creek

📋 copy color: '#958D56'

red 149 ◦ green 141 ◦ blue 86

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

Shades of Clay Creek #958D56

Tints of Clay Creek #958D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 39.63%
G = 37.5%
B = 22.87%

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

#958D56 (or 0x958D56) is known color: Clay Creek. HEX triplet: 95, 8D and 56. RGB value is (149,141,86). Sum of RGB (Red+Green+Blue) = 149+141+86=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #958D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D56 is #6A72A9. Grayscale: #898989. Windows color (decimal): -6976170 or 5672341. OLE color: 5672341.

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

Color convert

RGB 149 141 86 -
CMYK 0 0.05 0.42 0.42
HSL 52.38º 0.27% 0.46% -
HSV(B) 52.38º 0.42% 0.58% -
XYZ 23.6 26.11 12.6 -
YUV 137.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 149 141 86 0 0.05 0.42 0.42 52.38 0.27 0.46
Hex 95 8D 56 0 5 2A 2A 34 1B 2E
Octal 225 215 126 0 5 52 52 64 33 56
Binary 10010101 10001101 1010110 0 101 101010 101010 110100 11011 101110

Color Harmonies of #958D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D56

Black with #958D56

Text Example


Text Example

White with #958D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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