Html Css Color HEX #958855 Clay Creek

📋 copy color: '#958855'

red 149 ◦ green 136 ◦ blue 85

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

Shades of Clay Creek #958855

Tints of Clay Creek #958855

RGB

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

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

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

R = 40.27%
G = 36.76%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#958855 (or 0x958855) is known color: Clay Creek. HEX triplet: 95, 88 and 55. RGB value is (149,136,85). Sum of RGB (Red+Green+Blue) = 149+136+85=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958855 is #6A77AA. Grayscale: #868686. Windows color (decimal): -6977451 or 5605525. OLE color: 5605525.

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

Color convert

RGB 149 136 85 -
CMYK 0 0.09 0.43 0.42
HSL 47.81º 0.27% 0.46% -
HSV(B) 47.81º 0.43% 0.58% -
XYZ 22.84 24.65 12.15 -
YUV 134.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 149 136 85 0 0.09 0.43 0.42 47.81 0.27 0.46
Hex 95 88 55 0 9 2B 2A 30 1B 2E
Octal 225 210 125 0 11 53 52 60 33 56
Binary 10010101 10001000 1010101 0 1001 101011 101010 110000 11011 101110

Color Harmonies of #958855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958855

Black with #958855

Text Example


Text Example

White with #958855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958855; }

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

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

background-color css

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

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

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

border-color css

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

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

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