Html Css Color HEX #958950 Clay Creek

📋 copy color: '#958950'

red 149 ◦ green 137 ◦ blue 80

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

Shades of Clay Creek #958950

Tints of Clay Creek #958950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 40.71%
G = 37.43%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958950 (or 0x958950) is known color: Clay Creek. HEX triplet: 95, 89 and 50. RGB value is (149,137,80). Sum of RGB (Red+Green+Blue) = 149+137+80=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958950 is #6A76AF. Grayscale: #868686. Windows color (decimal): -6977200 or 5278101. OLE color: 5278101.

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

Color convert

RGB 149 137 80 -
CMYK 0 0.08 0.46 0.42
HSL 49.57º 0.3% 0.45% -
HSV(B) 49.57º 0.46% 0.58% -
XYZ 22.79 24.86 11.19 -
YUV 134.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 149 137 80 0 0.08 0.46 0.42 49.57 0.3 0.45
Hex 95 89 50 0 8 2E 2A 32 1E 2D
Octal 225 211 120 0 10 56 52 62 36 55
Binary 10010101 10001001 1010000 0 1000 101110 101010 110010 11110 101101

Color Harmonies of #958950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958950

Black with #958950

Text Example


Text Example

White with #958950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958950; }

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

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

background-color css

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

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

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

border-color css

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

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

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