Html Css Color HEX #958856 Clay Creek

📋 copy color: '#958856'

red 149 ◦ green 136 ◦ blue 86

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

Shades of Clay Creek #958856

Tints of Clay Creek #958856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 40.16%
G = 36.66%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958856 (or 0x958856) is known color: Clay Creek. HEX triplet: 95, 88 and 56. RGB value is (149,136,86). Sum of RGB (Red+Green+Blue) = 149+136+86=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #958856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958856 is #6A77A9. Grayscale: #868686. Windows color (decimal): -6977450 or 5671061. OLE color: 5671061.

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

Color convert

RGB 149 136 86 -
CMYK 0 0.09 0.42 0.42
HSL 47.62º 0.27% 0.46% -
HSV(B) 47.62º 0.42% 0.58% -
XYZ 22.88 24.67 12.36 -
YUV 134.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 149 136 86 0 0.09 0.42 0.42 47.62 0.27 0.46
Hex 95 88 56 0 9 2A 2A 30 1B 2E
Octal 225 210 126 0 11 52 52 60 33 56
Binary 10010101 10001000 1010110 0 1001 101010 101010 110000 11011 101110

Color Harmonies of #958856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958856

Black with #958856

Text Example


Text Example

White with #958856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958856; }

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

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

background-color css

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

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

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

border-color css

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

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

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