Html Css Color HEX #958558 Clay Creek

📋 copy color: '#958558'

red 149 ◦ green 133 ◦ blue 88

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

Shades of Clay Creek #958558

Tints of Clay Creek #958558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 88 (34.77% from 255) = 23.78%

R = 40.27%
G = 35.95%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#958558 (or 0x958558) is known color: Clay Creek. HEX triplet: 95, 85 and 58. RGB value is (149,133,88). Sum of RGB (Red+Green+Blue) = 149+133+88=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958558 is #6A7AA7. Grayscale: #848484. Windows color (decimal): -6978216 or 5801365. OLE color: 5801365.

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

Color convert

RGB 149 133 88 -
CMYK 0 0.11 0.41 0.42
HSL 44.26º 0.26% 0.46% -
HSV(B) 44.26º 0.41% 0.58% -
XYZ 22.54 23.87 12.65 -
YUV 132.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 149 133 88 0 0.11 0.41 0.42 44.26 0.26 0.46
Hex 95 85 58 0 B 29 2A 2C 1A 2E
Octal 225 205 130 0 13 51 52 54 32 56
Binary 10010101 10000101 1011000 0 1011 101001 101010 101100 11010 101110

Color Harmonies of #958558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958558

Black with #958558

Text Example


Text Example

White with #958558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958558; }

 p { color: rgb(149,133,88); }

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

background-color css

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

 a { background-color: rgb(149,133,88); }

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

border-color css

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

 span { border-color: rgb(149,133,88); }

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