Html Css Color HEX #958554 Clay Creek

📋 copy color: '#958554'

red 149 ◦ green 133 ◦ blue 84

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

Shades of Clay Creek #958554

Tints of Clay Creek #958554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 84 (33.2% from 255) = 22.95%

R = 40.71%
G = 36.34%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958554 (or 0x958554) is known color: Clay Creek. HEX triplet: 95, 85 and 54. RGB value is (149,133,84). Sum of RGB (Red+Green+Blue) = 149+133+84=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958554 is #6A7AAB. Grayscale: #848484. Windows color (decimal): -6978220 or 5539221. OLE color: 5539221.

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

Color convert

RGB 149 133 84 -
CMYK 0 0.11 0.44 0.42
HSL 45.23º 0.28% 0.46% -
HSV(B) 45.23º 0.44% 0.58% -
XYZ 22.38 23.8 11.8 -
YUV 132.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 149 133 84 0 0.11 0.44 0.42 45.23 0.28 0.46
Hex 95 85 54 0 B 2C 2A 2D 1C 2E
Octal 225 205 124 0 13 54 52 55 34 56
Binary 10010101 10000101 1010100 0 1011 101100 101010 101101 11100 101110

Color Harmonies of #958554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958554

Black with #958554

Text Example


Text Example

White with #958554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958554; }

 p { color: rgb(149,133,84); }

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

background-color css

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

 a { background-color: rgb(149,133,84); }

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

border-color css

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

 span { border-color: rgb(149,133,84); }

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