Html Css Color HEX #958355 Clay Creek

📋 copy color: '#958355'

red 149 ◦ green 131 ◦ blue 85

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

Shades of Clay Creek #958355

Tints of Clay Creek #958355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 40.82%
G = 35.89%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#958355 (or 0x958355) is known color: Clay Creek. HEX triplet: 95, 83 and 55. RGB value is (149,131,85). Sum of RGB (Red+Green+Blue) = 149+131+85=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958355 is #6A7CAA. Grayscale: #838383. Windows color (decimal): -6978731 or 5604245. OLE color: 5604245.

HSL color Cylindrical-coordinate representation of color #958355: hue angle of 43.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958355 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 85 -
CMYK 0 0.12 0.43 0.42
HSL 43.13º 0.27% 0.46% -
HSV(B) 43.13º 0.43% 0.58% -
XYZ 22.15 23.28 11.92 -
YUV 131.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 149 131 85 0 0.12 0.43 0.42 43.13 0.27 0.46
Hex 95 83 55 0 C 2B 2A 2B 1B 2E
Octal 225 203 125 0 14 53 52 53 33 56
Binary 10010101 10000011 1010101 0 1100 101011 101010 101011 11011 101110

Color Harmonies of #958355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958355

Black with #958355

Text Example


Text Example

White with #958355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958355; }

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

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

background-color css

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

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

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

border-color css

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

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

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