Html Css Color HEX #958851 Clay Creek

📋 copy color: '#958851'

red 149 ◦ green 136 ◦ blue 81

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

Shades of Clay Creek #958851

Tints of Clay Creek #958851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 40.71%
G = 37.16%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958851 (or 0x958851) is known color: Clay Creek. HEX triplet: 95, 88 and 51. RGB value is (149,136,81). Sum of RGB (Red+Green+Blue) = 149+136+81=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958851 is #6A77AE. Grayscale: #858585. Windows color (decimal): -6977455 or 5343381. OLE color: 5343381.

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

Color convert

RGB 149 136 81 -
CMYK 0 0.09 0.46 0.42
HSL 48.53º 0.3% 0.45% -
HSV(B) 48.53º 0.46% 0.58% -
XYZ 22.68 24.59 11.34 -
YUV 133.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 149 136 81 0 0.09 0.46 0.42 48.53 0.3 0.45
Hex 95 88 51 0 9 2E 2A 31 1E 2D
Octal 225 210 121 0 11 56 52 61 36 55
Binary 10010101 10001000 1010001 0 1001 101110 101010 110001 11110 101101

Color Harmonies of #958851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958851

Black with #958851

Text Example


Text Example

White with #958851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958851; }

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

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

background-color css

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

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

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

border-color css

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

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

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