Html Css Color HEX #958956 Clay Creek

📋 copy color: '#958956'

red 149 ◦ green 137 ◦ blue 86

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

Shades of Clay Creek #958956

Tints of Clay Creek #958956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

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

R = 40.05%
G = 36.83%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958956 (or 0x958956) is known color: Clay Creek. HEX triplet: 95, 89 and 56. RGB value is (149,137,86). Sum of RGB (Red+Green+Blue) = 149+137+86=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #958956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958956 is #6A76A9. Grayscale: #868686. Windows color (decimal): -6977194 or 5671317. OLE color: 5671317.

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

Color convert

RGB 149 137 86 -
CMYK 0 0.08 0.42 0.42
HSL 48.57º 0.27% 0.46% -
HSV(B) 48.57º 0.42% 0.58% -
XYZ 23.02 24.95 12.41 -
YUV 134.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 149 137 86 0 0.08 0.42 0.42 48.57 0.27 0.46
Hex 95 89 56 0 8 2A 2A 31 1B 2E
Octal 225 211 126 0 10 52 52 61 33 56
Binary 10010101 10001001 1010110 0 1000 101010 101010 110001 11011 101110

Color Harmonies of #958956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958956

Black with #958956

Text Example


Text Example

White with #958956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958956; }

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

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

background-color css

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

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

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

border-color css

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

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

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