Html Css Color HEX #958659 Clay Creek

📋 copy color: '#958659'

red 149 ◦ green 134 ◦ blue 89

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

Shades of Clay Creek #958659

Tints of Clay Creek #958659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 40.05%
G = 36.02%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#958659 (or 0x958659) is known color: Clay Creek. HEX triplet: 95, 86 and 59. RGB value is (149,134,89). Sum of RGB (Red+Green+Blue) = 149+134+89=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #958659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958659 is #6A79A6. Grayscale: #858585. Windows color (decimal): -6977959 or 5867157. OLE color: 5867157.

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

Color convert

RGB 149 134 89 -
CMYK 0 0.10 0.40 0.42
HSL 45º 0.25% 0.47% -
HSV(B) 45º 0.4% 0.58% -
XYZ 22.72 24.16 12.92 -
YUV 133.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 149 134 89 0 0.10 0.40 0.42 45 0.25 0.47
Hex 95 86 59 0 A 28 2A 2D 19 2F
Octal 225 206 131 0 12 50 52 55 31 57
Binary 10010101 10000110 1011001 0 1010 101000 101010 101101 11001 101111

Color Harmonies of #958659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958659

Black with #958659

Text Example


Text Example

White with #958659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958659; }

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

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

background-color css

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

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

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

border-color css

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

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

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