Html Css Color HEX #958656 Clay Creek

📋 copy color: '#958656'

red 149 ◦ green 134 ◦ blue 86

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

Shades of Clay Creek #958656

Tints of Clay Creek #958656

RGB

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

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

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

R = 40.38%
G = 36.31%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958656 (or 0x958656) is known color: Clay Creek. HEX triplet: 95, 86 and 56. RGB value is (149,134,86). Sum of RGB (Red+Green+Blue) = 149+134+86=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #958656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958656 is #6A79A9. Grayscale: #858585. Windows color (decimal): -6977962 or 5670549. OLE color: 5670549.

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

Color convert

RGB 149 134 86 -
CMYK 0 0.10 0.42 0.42
HSL 45.71º 0.27% 0.46% -
HSV(B) 45.71º 0.42% 0.58% -
XYZ 22.6 24.11 12.27 -
YUV 133.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 149 134 86 0 0.10 0.42 0.42 45.71 0.27 0.46
Hex 95 86 56 0 A 2A 2A 2E 1B 2E
Octal 225 206 126 0 12 52 52 56 33 56
Binary 10010101 10000110 1010110 0 1010 101010 101010 101110 11011 101110

Color Harmonies of #958656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958656

Black with #958656

Text Example


Text Example

White with #958656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958656; }

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

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

background-color css

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

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

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

border-color css

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

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

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