Html Css Color HEX #958259 Clay Creek

📋 copy color: '#958259'

red 149 ◦ green 130 ◦ blue 89

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

Shades of Clay Creek #958259

Tints of Clay Creek #958259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 40.49%
G = 35.33%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#958259 (or 0x958259) is known color: Clay Creek. HEX triplet: 95, 82 and 59. RGB value is (149,130,89). Sum of RGB (Red+Green+Blue) = 149+130+89=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #958259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958259 is #6A7DA6. Grayscale: #838383. Windows color (decimal): -6978983 or 5866133. OLE color: 5866133.

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

Color convert

RGB 149 130 89 -
CMYK 0 0.13 0.40 0.42
HSL 41º 0.25% 0.47% -
HSV(B) 41º 0.4% 0.58% -
XYZ 22.18 23.08 12.74 -
YUV 131.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 149 130 89 0 0.13 0.40 0.42 41 0.25 0.47
Hex 95 82 59 0 D 28 2A 29 19 2F
Octal 225 202 131 0 15 50 52 51 31 57
Binary 10010101 10000010 1011001 0 1101 101000 101010 101001 11001 101111

Color Harmonies of #958259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958259

Black with #958259

Text Example


Text Example

White with #958259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958259; }

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

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

background-color css

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

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

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

border-color css

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

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

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