Html Css Color HEX #958456 Clay Creek

📋 copy color: '#958456'

red 149 ◦ green 132 ◦ blue 86

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

Shades of Clay Creek #958456

Tints of Clay Creek #958456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 40.6%
G = 35.97%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958456 (or 0x958456) is known color: Clay Creek. HEX triplet: 95, 84 and 56. RGB value is (149,132,86). Sum of RGB (Red+Green+Blue) = 149+132+86=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #958456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958456 is #6A7BA9. Grayscale: #848484. Windows color (decimal): -6978474 or 5670037. OLE color: 5670037.

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

Color convert

RGB 149 132 86 -
CMYK 0 0.11 0.42 0.42
HSL 43.81º 0.27% 0.46% -
HSV(B) 43.81º 0.42% 0.58% -
XYZ 22.33 23.56 12.18 -
YUV 131.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 149 132 86 0 0.11 0.42 0.42 43.81 0.27 0.46
Hex 95 84 56 0 B 2A 2A 2C 1B 2E
Octal 225 204 126 0 13 52 52 54 33 56
Binary 10010101 10000100 1010110 0 1011 101010 101010 101100 11011 101110

Color Harmonies of #958456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958456

Black with #958456

Text Example


Text Example

White with #958456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958456; }

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

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

background-color css

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

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

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

border-color css

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

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

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