Html Css Color HEX #958256 Clay Creek

📋 copy color: '#958256'

red 149 ◦ green 130 ◦ blue 86

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

Shades of Clay Creek #958256

Tints of Clay Creek #958256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.56%

R = 40.82%
G = 35.62%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958256 (or 0x958256) is known color: Clay Creek. HEX triplet: 95, 82 and 56. RGB value is (149,130,86). Sum of RGB (Red+Green+Blue) = 149+130+86=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958256 is #6A7DA9. Grayscale: #828282. Windows color (decimal): -6978986 or 5669525. OLE color: 5669525.

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

Color convert

RGB 149 130 86 -
CMYK 0 0.13 0.42 0.42
HSL 41.9º 0.27% 0.46% -
HSV(B) 41.9º 0.42% 0.58% -
XYZ 22.06 23.03 12.09 -
YUV 130.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 149 130 86 0 0.13 0.42 0.42 41.9 0.27 0.46
Hex 95 82 56 0 D 2A 2A 2A 1B 2E
Octal 225 202 126 0 15 52 52 52 33 56
Binary 10010101 10000010 1010110 0 1101 101010 101010 101010 11011 101110

Color Harmonies of #958256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958256

Black with #958256

Text Example


Text Example

White with #958256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958256; }

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

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

background-color css

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

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

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

border-color css

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

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

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