Html Css Color HEX #958356 Clay Creek

📋 copy color: '#958356'

red 149 ◦ green 131 ◦ blue 86

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

Shades of Clay Creek #958356

Tints of Clay Creek #958356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 40.71%
G = 35.79%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958356 (or 0x958356) is known color: Clay Creek. HEX triplet: 95, 83 and 56. RGB value is (149,131,86). Sum of RGB (Red+Green+Blue) = 149+131+86=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958356 is #6A7CA9. Grayscale: #838383. Windows color (decimal): -6978730 or 5669781. OLE color: 5669781.

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

Color convert

RGB 149 131 86 -
CMYK 0 0.12 0.42 0.42
HSL 42.86º 0.27% 0.46% -
HSV(B) 42.86º 0.42% 0.58% -
XYZ 22.19 23.29 12.13 -
YUV 131.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 149 131 86 0 0.12 0.42 0.42 42.86 0.27 0.46
Hex 95 83 56 0 C 2A 2A 2B 1B 2E
Octal 225 203 126 0 14 52 52 53 33 56
Binary 10010101 10000011 1010110 0 1100 101010 101010 101011 11011 101110

Color Harmonies of #958356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958356

Black with #958356

Text Example


Text Example

White with #958356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958356; }

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

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

background-color css

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

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

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

border-color css

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

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

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