Html Css Color HEX #958859 Clay Creek

📋 copy color: '#958859'

red 149 ◦ green 136 ◦ blue 89

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

Shades of Clay Creek #958859

Tints of Clay Creek #958859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.8%

R = 39.84%
G = 36.36%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#958859 (or 0x958859) is known color: Clay Creek. HEX triplet: 95, 88 and 59. RGB value is (149,136,89). Sum of RGB (Red+Green+Blue) = 149+136+89=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #958859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958859 is #6A77A6. Grayscale: #868686. Windows color (decimal): -6977447 or 5867669. OLE color: 5867669.

HSL color Cylindrical-coordinate representation of color #958859: hue angle of 47º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958859 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 89 -
CMYK 0 0.09 0.40 0.42
HSL 47º 0.25% 0.47% -
HSV(B) 47º 0.4% 0.58% -
XYZ 23 24.72 13.01 -
YUV 134.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 149 136 89 0 0.09 0.40 0.42 47 0.25 0.47
Hex 95 88 59 0 9 28 2A 2F 19 2F
Octal 225 210 131 0 11 50 52 57 31 57
Binary 10010101 10001000 1011001 0 1001 101000 101010 101111 11001 101111

Color Harmonies of #958859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958859

Black with #958859

Text Example


Text Example

White with #958859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958859; }

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

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

background-color css

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

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

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

border-color css

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

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

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