Html Css Color HEX #958354 Clay Creek

📋 copy color: '#958354'

red 149 ◦ green 131 ◦ blue 84

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

Shades of Clay Creek #958354

Tints of Clay Creek #958354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 40.93%
G = 35.99%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958354 (or 0x958354) is known color: Clay Creek. HEX triplet: 95, 83 and 54. RGB value is (149,131,84). Sum of RGB (Red+Green+Blue) = 149+131+84=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #958354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958354 is #6A7CAB. Grayscale: #838383. Windows color (decimal): -6978732 or 5538709. OLE color: 5538709.

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

Color convert

RGB 149 131 84 -
CMYK 0 0.12 0.44 0.42
HSL 43.38º 0.28% 0.46% -
HSV(B) 43.38º 0.44% 0.58% -
XYZ 22.11 23.26 11.71 -
YUV 131.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 149 131 84 0 0.12 0.44 0.42 43.38 0.28 0.46
Hex 95 83 54 0 C 2C 2A 2B 1C 2E
Octal 225 203 124 0 14 54 52 53 34 56
Binary 10010101 10000011 1010100 0 1100 101100 101010 101011 11100 101110

Color Harmonies of #958354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958354

Black with #958354

Text Example


Text Example

White with #958354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958354; }

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

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

background-color css

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

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

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

border-color css

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

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

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